Commit
•
d0ed164
1
Parent(s):
c0516e7
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
@@ -17,7 +17,6 @@ task_categories:
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- fact-checking
|
20 |
-
paperswithcode_id: null
|
21 |
pretty_name: FACTCK BR
|
22 |
dataset_info:
|
23 |
features:
|
@@ -41,20 +40,20 @@ dataset_info:
|
|
41 |
dtype:
|
42 |
class_label:
|
43 |
names:
|
44 |
-
0: falso
|
45 |
-
1: distorcido
|
46 |
-
2: impreciso
|
47 |
-
3: exagerado
|
48 |
-
4: insustentável
|
49 |
-
5: verdadeiro
|
50 |
-
6: outros
|
51 |
-
7: subestimado
|
52 |
-
8: impossível provar
|
53 |
-
9: discutível
|
54 |
-
10: sem contexto
|
55 |
-
11: de olho
|
56 |
-
12: verdadeiro, mas
|
57 |
-
13: ainda é cedo para dizer
|
58 |
splits:
|
59 |
- name: train
|
60 |
num_bytes: 750646
|
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- fact-checking
|
|
|
20 |
pretty_name: FACTCK BR
|
21 |
dataset_info:
|
22 |
features:
|
|
|
40 |
dtype:
|
41 |
class_label:
|
42 |
names:
|
43 |
+
'0': falso
|
44 |
+
'1': distorcido
|
45 |
+
'2': impreciso
|
46 |
+
'3': exagerado
|
47 |
+
'4': insustentável
|
48 |
+
'5': verdadeiro
|
49 |
+
'6': outros
|
50 |
+
'7': subestimado
|
51 |
+
'8': impossível provar
|
52 |
+
'9': discutível
|
53 |
+
'10': sem contexto
|
54 |
+
'11': de olho
|
55 |
+
'12': verdadeiro, mas
|
56 |
+
'13': ainda é cedo para dizer
|
57 |
splits:
|
58 |
- name: train
|
59 |
num_bytes: 750646
|