Update README.md
Browse files
README.md
CHANGED
|
@@ -1,22 +1,32 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
task_categories:
|
| 4 |
-
-
|
| 5 |
- table-question-answering
|
| 6 |
-
-
|
| 7 |
-
-
|
|
|
|
| 8 |
- text-to-audio
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
language:
|
| 10 |
-
-
|
| 11 |
-
- ar
|
| 12 |
-
- aa
|
| 13 |
tags:
|
| 14 |
- chemistry
|
| 15 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
- medical
|
| 17 |
-
|
|
|
|
|
|
|
| 18 |
size_categories:
|
| 19 |
-
-
|
| 20 |
---
|
| 21 |
from datasets import load_dataset
|
| 22 |
|
|
|
|
| 1 |
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
task_categories:
|
| 4 |
+
- text-classification
|
| 5 |
- table-question-answering
|
| 6 |
+
- translation
|
| 7 |
+
- text-generation
|
| 8 |
+
- fill-mask
|
| 9 |
- text-to-audio
|
| 10 |
+
- automatic-speech-recognition
|
| 11 |
+
- feature-extraction
|
| 12 |
+
- token-classification
|
| 13 |
+
- question-answering
|
| 14 |
language:
|
| 15 |
+
- af
|
|
|
|
|
|
|
| 16 |
tags:
|
| 17 |
- chemistry
|
| 18 |
+
- biology
|
| 19 |
+
- legal
|
| 20 |
+
- music
|
| 21 |
+
- art
|
| 22 |
+
- code
|
| 23 |
+
- climate
|
| 24 |
- medical
|
| 25 |
+
- not-for-all-audiences
|
| 26 |
+
- synthetic
|
| 27 |
+
pretty_name: peoples
|
| 28 |
size_categories:
|
| 29 |
+
- 100M<n<1B
|
| 30 |
---
|
| 31 |
from datasets import load_dataset
|
| 32 |
|