Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
ArXiv:
DOI:
Libraries:
Datasets
Dask
License:

Filtering Using API

#11
by ComfySockz - opened

I'm looking to just get the entries that have a int_score of 5 to train a small model, but it looks like the /filter option is not implemented for this dataset. Let me know if I'm doing something wrong. Is there another way to get this data?

Postman URL: https://datasets-server.huggingface.co/filter?dataset=HuggingFaceFW/fineweb-edu&config=default&split=train&where="int_score"=5&offset=0&length=100

501 Not Implemented
Response: {
"error": "Job manager crashed while running this job (missing heartbeats)."
}

Sign up or log in to comment