Commit
•
c3a9f24
1
Parent(s):
619ae1b
Replace YAML keys from int to str (#1)
Browse files- Replace YAML keys from int to str (ea49989ec32bd769aa1fddf2a1643f5dff474ba8)
README.md
CHANGED
@@ -16,7 +16,6 @@ source_datasets:
|
|
16 |
task_categories:
|
17 |
- token-classification
|
18 |
task_ids: []
|
19 |
-
paperswithcode_id: null
|
20 |
pretty_name: wisesight1000
|
21 |
tags:
|
22 |
- word-tokenization
|
@@ -28,24 +27,24 @@ dataset_info:
|
|
28 |
sequence:
|
29 |
class_label:
|
30 |
names:
|
31 |
-
0: b_e
|
32 |
-
1: c
|
33 |
-
2: d
|
34 |
-
3: n
|
35 |
-
4: o
|
36 |
-
5: p
|
37 |
-
6: q
|
38 |
-
7: s
|
39 |
-
8: s_e
|
40 |
-
9: t
|
41 |
-
10: v
|
42 |
-
11: w
|
43 |
- name: is_beginning
|
44 |
sequence:
|
45 |
class_label:
|
46 |
names:
|
47 |
-
0: neg
|
48 |
-
1: pos
|
49 |
config_name: wisesight1000
|
50 |
splits:
|
51 |
- name: train
|
|
|
16 |
task_categories:
|
17 |
- token-classification
|
18 |
task_ids: []
|
|
|
19 |
pretty_name: wisesight1000
|
20 |
tags:
|
21 |
- word-tokenization
|
|
|
27 |
sequence:
|
28 |
class_label:
|
29 |
names:
|
30 |
+
'0': b_e
|
31 |
+
'1': c
|
32 |
+
'2': d
|
33 |
+
'3': n
|
34 |
+
'4': o
|
35 |
+
'5': p
|
36 |
+
'6': q
|
37 |
+
'7': s
|
38 |
+
'8': s_e
|
39 |
+
'9': t
|
40 |
+
'10': v
|
41 |
+
'11': w
|
42 |
- name: is_beginning
|
43 |
sequence:
|
44 |
class_label:
|
45 |
names:
|
46 |
+
'0': neg
|
47 |
+
'1': pos
|
48 |
config_name: wisesight1000
|
49 |
splits:
|
50 |
- name: train
|