Replace YAML keys from int to str
#2
by
albertvillanova
HF staff
- opened
README.md
CHANGED
@@ -9,13 +9,13 @@ license:
|
|
9 |
- apache-2.0
|
10 |
multilinguality:
|
11 |
- monolingual
|
|
|
|
|
12 |
source_datasets:
|
13 |
- original
|
14 |
task_categories:
|
15 |
- text-classification
|
16 |
task_ids: []
|
17 |
-
size_categories:
|
18 |
-
- 10K<n<100K
|
19 |
pretty_name: Headline Grouping (HLGD)
|
20 |
tags:
|
21 |
- headline-grouping
|
@@ -25,16 +25,16 @@ dataset_info:
|
|
25 |
dtype:
|
26 |
class_label:
|
27 |
names:
|
28 |
-
0: 0
|
29 |
-
1: 1
|
30 |
-
2: 2
|
31 |
-
3: 3
|
32 |
-
4: 4
|
33 |
-
5: 5
|
34 |
-
6: 6
|
35 |
-
7: 7
|
36 |
-
8: 8
|
37 |
-
9: 9
|
38 |
- name: headline_a
|
39 |
dtype: string
|
40 |
- name: headline_b
|
@@ -51,8 +51,8 @@ dataset_info:
|
|
51 |
dtype:
|
52 |
class_label:
|
53 |
names:
|
54 |
-
0: same_event
|
55 |
-
1: different_event
|
56 |
splits:
|
57 |
- name: train
|
58 |
num_bytes: 6447212
|
|
|
9 |
- apache-2.0
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
+
size_categories:
|
13 |
+
- 10K<n<100K
|
14 |
source_datasets:
|
15 |
- original
|
16 |
task_categories:
|
17 |
- text-classification
|
18 |
task_ids: []
|
|
|
|
|
19 |
pretty_name: Headline Grouping (HLGD)
|
20 |
tags:
|
21 |
- headline-grouping
|
|
|
25 |
dtype:
|
26 |
class_label:
|
27 |
names:
|
28 |
+
'0': 0
|
29 |
+
'1': 1
|
30 |
+
'2': 2
|
31 |
+
'3': 3
|
32 |
+
'4': 4
|
33 |
+
'5': 5
|
34 |
+
'6': 6
|
35 |
+
'7': 7
|
36 |
+
'8': 8
|
37 |
+
'9': 9
|
38 |
- name: headline_a
|
39 |
dtype: string
|
40 |
- name: headline_b
|
|
|
51 |
dtype:
|
52 |
class_label:
|
53 |
names:
|
54 |
+
'0': same_event
|
55 |
+
'1': different_event
|
56 |
splits:
|
57 |
- name: train
|
58 |
num_bytes: 6447212
|