Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HuggingFace Dataset Connector: Fix issues in script #332

Open
2 of 3 tasks
andrejridzik opened this issue Jun 19, 2024 · 0 comments
Open
2 of 3 tasks

HuggingFace Dataset Connector: Fix issues in script #332

andrejridzik opened this issue Jun 19, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@andrejridzik
Copy link
Collaborator

andrejridzik commented Jun 19, 2024

We are getting errors for some HuggingFace Datasets in the connector src/connectors/huggingface/huggingface_dataset_connector.py. As a result the datasets are not added to the database.

Some specific identified issues:

  • issue in creation of distributions, where content_size_kb is exceeding the integer limit
  • issue in creation of distributions, where content_url is exceeding field_length.NORMAL (set to 256)
  • duplicate dataset tags/keywords due to omitting special accented characters, e.g. málrómur and malromur
@andrejridzik andrejridzik added the bug Something isn't working label Jun 19, 2024
@andrejridzik andrejridzik self-assigned this Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant