lhoestq HF staff commited on
Commit
5d8e5b7
β€’
1 Parent(s): 5c373f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -7,7 +7,7 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- πŸ€— Datasets is a library for easily accessing and sharing datasets for Natural Language Processing (NLP), computer vision, audio tasks and more.
11
 
12
 
13
- Load a dataset in a single line of code, and use our powerful data processing methods to quickly get your dataset ready for training in a deep learning model. Backed by the Apache Arrow format, process large datasets with zero-copy reads without any memory constraints for optimal speed and efficiency. We also feature a deep integration with the Hugging Face Hub, allowing you to easily load and share a dataset with the wider Machine Learning community.
 
7
  pinned: false
8
  ---
9
 
10
+ πŸ€— [Datasets](https://github.com/huggingface/datasets) is a library for easily accessing and sharing datasets for Natural Language Processing (NLP), computer vision, audio tasks and more.
11
 
12
 
13
+ Load a dataset in a single line of code from [hf.co/datasets](https://hf.co/datasets), and use our powerful data processing methods to quickly get your dataset ready for training in a deep learning model. Backed by the Apache Arrow format, process large datasets with zero-copy reads without any memory constraints for optimal speed and efficiency. We also feature a deep integration with the Hugging Face Hub, allowing you to easily load and share a dataset with the wider Machine Learning community.