You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error caused because I cannot authenticate my project. How should I add my project ID?
tensorflow.python.framework.errors_impl.InvalidArgumentError: Error executing an HTTP request: HTTP response code 400 with body '{
"error": {
"code": 400,
"message": "Bucket is a requester pays bucket but no user project provided.",
"errors": [
{
"message": "Bucket is a requester pays bucket but no user project provided.",
"domain": "global",
"reason": "required"
}
]
}
}
The text was updated successfully, but these errors were encountered:
tomlimi
changed the title
Accessing data from requester pays bucket
Accessing data in requester pays bucket
Nov 11, 2023
I'm trying to pretrain mt5 model on mc4 data available at the requester pays bucket, following the example:
I get the following error caused because I cannot authenticate my project. How should I add my project ID?
The text was updated successfully, but these errors were encountered: