Live data from Hacker News

TensorFlow Datasets

github.com

1–10 of 14 posts

Re: TensorFlow Datasets

#2
Great resource. My experience has been that any data project is at least 1/3 data collection/preparation, 1/3 using the right tool the right way, and 1/3 asking the right questions and interpreting the outcome.

Re: TensorFlow Datasets

#4

I actually prefer Hugging Face Datasets - there's 16k+ of them today: https://huggingface.co/datasets

Quantity of datasets doesn’t seem like the right metric. The library just needs the datasets you care about and both libraries have the popular ones. What’s more important is integration and if you’re training custom TF models then tfds will generally integrate more smoothly than huggingface.

Re: TensorFlow Datasets

#5

I actually prefer Hugging Face Datasets - there's 16k+ of them today: https://huggingface.co/datasets

Quantity of datasets doesn’t seem like the right metric. The library just needs the datasets you care about and both libraries have the popular ones. What’s more important is integration and if you’re training custom TF models then tfds will generally integrate more smoothly than huggingface.

and as well as discoverability / searchability. how easily it is to find what you're looking for

Re: TensorFlow Datasets

#8
post #5

Earlier quoted context omitted.

Quantity of datasets doesn’t seem like the right metric. The library just needs the datasets you care about and both libraries have the popular ones. What’s more important is integration and if you’re training custom TF models then tfds will generally integrate more smoothly than huggingface.

and as well as discoverability / searchability. how easily it is to find what you're looking for

HF datasets have a much better UX for this

Re: TensorFlow Datasets

#10
post #8
post #5

Earlier quoted context omitted.

and as well as discoverability / searchability. how easily it is to find what you're looking for

HF datasets have a much better UX for this

UX preferences vary. Imo, hf is too verbose and their pages try to cram in too much information with poor information hierarchy. For example:

https://huggingface.co/datasets/glue

https://www.tensorflow.org/datasets/catalog/glue

Post reply on HN