Datasets:
Tasks:
Text Classification
Sub-tasks:
topic-classification
Languages:
Romanian
Size:
10K<n<100K
ArXiv:
License:
Commit
•
376d8f5
1
Parent(s):
9faec9c
Replace YAML keys from int to str
Browse filesReplace YAML metadata integer keys with strings, as the Hub does not support integers.
See: https://github.com/huggingface/datasets/issues/5275
README.md
CHANGED
@@ -5,8 +5,6 @@ language_creators:
|
|
5 |
- found
|
6 |
language:
|
7 |
- ro
|
8 |
-
language_bcp47:
|
9 |
-
- ro-MD
|
10 |
license:
|
11 |
- cc-by-4.0
|
12 |
multilinguality:
|
@@ -21,6 +19,8 @@ task_ids:
|
|
21 |
- topic-classification
|
22 |
paperswithcode_id: moroco
|
23 |
pretty_name: 'MOROCO: The Moldavian and Romanian Dialectal Corpus'
|
|
|
|
|
24 |
dataset_info:
|
25 |
features:
|
26 |
- name: id
|
@@ -29,12 +29,12 @@ dataset_info:
|
|
29 |
dtype:
|
30 |
class_label:
|
31 |
names:
|
32 |
-
0: culture
|
33 |
-
1: finance
|
34 |
-
2: politics
|
35 |
-
3: science
|
36 |
-
4: sports
|
37 |
-
5: tech
|
38 |
- name: sample
|
39 |
dtype: string
|
40 |
config_name: moroco
|
|
|
5 |
- found
|
6 |
language:
|
7 |
- ro
|
|
|
|
|
8 |
license:
|
9 |
- cc-by-4.0
|
10 |
multilinguality:
|
|
|
19 |
- topic-classification
|
20 |
paperswithcode_id: moroco
|
21 |
pretty_name: 'MOROCO: The Moldavian and Romanian Dialectal Corpus'
|
22 |
+
language_bcp47:
|
23 |
+
- ro-MD
|
24 |
dataset_info:
|
25 |
features:
|
26 |
- name: id
|
|
|
29 |
dtype:
|
30 |
class_label:
|
31 |
names:
|
32 |
+
'0': culture
|
33 |
+
'1': finance
|
34 |
+
'2': politics
|
35 |
+
'3': science
|
36 |
+
'4': sports
|
37 |
+
'5': tech
|
38 |
- name: sample
|
39 |
dtype: string
|
40 |
config_name: moroco
|