Commit
•
c03311f
1
Parent(s):
92f8db4
Fix language tags (#3)
Browse files- Fix language tags (de69351948784de69ae21c61f87e11fb05ec9c62)
README.md
CHANGED
@@ -1,16 +1,14 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
YAML tags:
|
4 |
-
|
5 |
annotations_creators:
|
6 |
- other
|
7 |
language_creators:
|
8 |
- other
|
9 |
language:
|
10 |
-
- en-US
|
11 |
-
- es-ES
|
12 |
- en
|
13 |
- es
|
|
|
|
|
|
|
14 |
license:
|
15 |
- cc-by-nc-nd-4.0
|
16 |
multilinguality:
|
@@ -23,7 +21,6 @@ task_categories:
|
|
23 |
- conditional-text-generation
|
24 |
task_ids:
|
25 |
- machine-translation
|
26 |
-
|
27 |
---
|
28 |
|
29 |
# Dataset Card for kudo-research/mustc-en-es-text-only
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
annotations_creators:
|
3 |
- other
|
4 |
language_creators:
|
5 |
- other
|
6 |
language:
|
|
|
|
|
7 |
- en
|
8 |
- es
|
9 |
+
language_bcp47:
|
10 |
+
- en-US
|
11 |
+
- es-ES
|
12 |
license:
|
13 |
- cc-by-nc-nd-4.0
|
14 |
multilinguality:
|
|
|
21 |
- conditional-text-generation
|
22 |
task_ids:
|
23 |
- machine-translation
|
|
|
24 |
---
|
25 |
|
26 |
# Dataset Card for kudo-research/mustc-en-es-text-only
|