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
When using datasets.DatasetDict.push_to_hub an HfHubHTTPError: 413 Client Error: Payload Too Large for url is raised if the dataset contains a large ClassLabel feature. Even if the total size of the dataset is small.
Describe the bug
When using
datasets.DatasetDict.push_to_hub
anHfHubHTTPError: 413 Client Error: Payload Too Large for url
is raised if the dataset contains a largeClassLabel
feature. Even if the total size of the dataset is small.Steps to reproduce the bug
Note that this succeeds if
ClassLabel
has fewer names or ifClassLabel
is replaced withValue("int64")
Expected behavior
Should push the dataset to hub.
Environment info
Copy-and-paste the text below in your GitHub issue.
datasets
version: 3.2.0huggingface_hub
version: 0.28.1fsspec
version: 2024.9.0The text was updated successfully, but these errors were encountered: