Datasets:
Replace YAML keys from int to str
#2
by
albertvillanova
HF staff
- opened
README.md
CHANGED
@@ -21,7 +21,6 @@ task_ids:
|
|
21 |
- natural-language-inference
|
22 |
- semantic-similarity-scoring
|
23 |
- text-scoring
|
24 |
-
paperswithcode_id: null
|
25 |
pretty_name: KorNlu
|
26 |
dataset_info:
|
27 |
- config_name: nli
|
@@ -34,9 +33,9 @@ dataset_info:
|
|
34 |
dtype:
|
35 |
class_label:
|
36 |
names:
|
37 |
-
0: entailment
|
38 |
-
1: neutral
|
39 |
-
2: contradiction
|
40 |
splits:
|
41 |
- name: train
|
42 |
num_bytes: 80135707
|
@@ -55,34 +54,34 @@ dataset_info:
|
|
55 |
dtype:
|
56 |
class_label:
|
57 |
names:
|
58 |
-
0: main-news
|
59 |
-
1: main-captions
|
60 |
-
2: main-forum
|
61 |
-
3: main-forums
|
62 |
- name: filename
|
63 |
dtype:
|
64 |
class_label:
|
65 |
names:
|
66 |
-
0: images
|
67 |
-
1: MSRpar
|
68 |
-
2: MSRvid
|
69 |
-
3: headlines
|
70 |
-
4: deft-forum
|
71 |
-
5: deft-news
|
72 |
-
6: track5.en-en
|
73 |
-
7: answers-forums
|
74 |
-
8: answer-answer
|
75 |
- name: year
|
76 |
dtype:
|
77 |
class_label:
|
78 |
names:
|
79 |
-
0: '2017'
|
80 |
-
1: '2016'
|
81 |
-
2: '2013'
|
82 |
-
3: 2012train
|
83 |
-
4: '2014'
|
84 |
-
5: '2015'
|
85 |
-
6: 2012test
|
86 |
- name: id
|
87 |
dtype: int32
|
88 |
- name: score
|
|
|
21 |
- natural-language-inference
|
22 |
- semantic-similarity-scoring
|
23 |
- text-scoring
|
|
|
24 |
pretty_name: KorNlu
|
25 |
dataset_info:
|
26 |
- config_name: nli
|
|
|
33 |
dtype:
|
34 |
class_label:
|
35 |
names:
|
36 |
+
'0': entailment
|
37 |
+
'1': neutral
|
38 |
+
'2': contradiction
|
39 |
splits:
|
40 |
- name: train
|
41 |
num_bytes: 80135707
|
|
|
54 |
dtype:
|
55 |
class_label:
|
56 |
names:
|
57 |
+
'0': main-news
|
58 |
+
'1': main-captions
|
59 |
+
'2': main-forum
|
60 |
+
'3': main-forums
|
61 |
- name: filename
|
62 |
dtype:
|
63 |
class_label:
|
64 |
names:
|
65 |
+
'0': images
|
66 |
+
'1': MSRpar
|
67 |
+
'2': MSRvid
|
68 |
+
'3': headlines
|
69 |
+
'4': deft-forum
|
70 |
+
'5': deft-news
|
71 |
+
'6': track5.en-en
|
72 |
+
'7': answers-forums
|
73 |
+
'8': answer-answer
|
74 |
- name: year
|
75 |
dtype:
|
76 |
class_label:
|
77 |
names:
|
78 |
+
'0': '2017'
|
79 |
+
'1': '2016'
|
80 |
+
'2': '2013'
|
81 |
+
'3': 2012train
|
82 |
+
'4': '2014'
|
83 |
+
'5': '2015'
|
84 |
+
'6': 2012test
|
85 |
- name: id
|
86 |
dtype: int32
|
87 |
- name: score
|