Datasets:
Commit
•
0dcb209
1
Parent(s):
fe2fe55
Fix missing tags in dataset cards (#4891)
Browse filesCommit from https://github.com/huggingface/datasets/commit/9d800051052660a723fe12538afb388b64b9ca50
README.md
CHANGED
@@ -111,6 +111,8 @@ language:
|
|
111 |
- zu
|
112 |
annotations_creators:
|
113 |
- no-annotation
|
|
|
|
|
114 |
source_datasets:
|
115 |
- extended
|
116 |
size_categories:
|
@@ -289,7 +291,12 @@ OPUS-100 contains approximately 55M sentence pairs. Of the 99 language pairs, 44
|
|
289 |
|
290 |
### Data Instances
|
291 |
|
292 |
-
|
|
|
|
|
|
|
|
|
|
|
293 |
|
294 |
### Data Fields
|
295 |
|
|
|
111 |
- zu
|
112 |
annotations_creators:
|
113 |
- no-annotation
|
114 |
+
language_creators:
|
115 |
+
- found
|
116 |
source_datasets:
|
117 |
- extended
|
118 |
size_categories:
|
|
|
291 |
|
292 |
### Data Instances
|
293 |
|
294 |
+
```
|
295 |
+
{
|
296 |
+
"ca": "El departament de bombers té el seu propi equip d'investigació.",
|
297 |
+
"en": "Well, the fire department has its own investigative unit."
|
298 |
+
}
|
299 |
+
```
|
300 |
|
301 |
### Data Fields
|
302 |
|