Datasets:
Tasks:
Text Classification
Size:
100K<n<1M
nanakonoda
commited on
Commit
•
2d96978
1
Parent(s):
8160b0d
corrected yaml format
Browse files
README.md
CHANGED
@@ -22,45 +22,64 @@ task_categories:
|
|
22 |
- text-classification
|
23 |
task_ids: []
|
24 |
dataset_info:
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
splits:
|
37 |
- name: train
|
38 |
-
|
39 |
-
|
40 |
- name: test
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
config_name: de
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
splits:
|
46 |
- name: train
|
47 |
-
|
48 |
-
|
49 |
- name: test
|
50 |
-
|
51 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
-
config_name: fr
|
54 |
splits:
|
55 |
- name: train
|
56 |
-
|
57 |
-
|
58 |
- name: test
|
59 |
-
|
60 |
-
|
61 |
|
62 |
-
|
63 |
-
|
64 |
---
|
65 |
|
66 |
# Dataset Card for XNLI Parallel Corpus
|
|
|
22 |
- text-classification
|
23 |
task_ids: []
|
24 |
dataset_info:
|
25 |
+
|
26 |
+
- config_name: en
|
27 |
+
features:
|
28 |
+
- name: text
|
29 |
+
dtype: string
|
30 |
+
- name: label
|
31 |
+
dtype:
|
32 |
+
class_label:
|
33 |
+
names:
|
34 |
+
'0': spoken
|
35 |
+
'1': written
|
36 |
splits:
|
37 |
- name: train
|
38 |
+
num_bytes: 216
|
39 |
+
num_examples: 830
|
40 |
- name: test
|
41 |
+
num_bytes: 440
|
42 |
+
num_examples: 1669
|
43 |
+
|
44 |
+
- config_name: de
|
45 |
+
features:
|
46 |
+
- name: text
|
47 |
+
dtype: string
|
48 |
+
- name: label
|
49 |
+
dtype:
|
50 |
+
class_label:
|
51 |
+
names:
|
52 |
+
'0': spoken
|
53 |
+
'1': written
|
54 |
splits:
|
55 |
- name: train
|
56 |
+
num_bytes: 104K
|
57 |
+
num_examples: 208
|
58 |
- name: test
|
59 |
+
num_bytes: 424
|
60 |
+
num_examples: 1669
|
61 |
+
|
62 |
+
- config_name: fr
|
63 |
+
features:
|
64 |
+
- name: text
|
65 |
+
dtype: string
|
66 |
+
- name: label
|
67 |
+
dtype:
|
68 |
+
class_label:
|
69 |
+
names:
|
70 |
+
'0': spoken
|
71 |
+
'1': written
|
72 |
|
|
|
73 |
splits:
|
74 |
- name: train
|
75 |
+
num_bytes: 108K
|
76 |
+
num_examples: 830
|
77 |
- name: test
|
78 |
+
num_bytes: 220K
|
79 |
+
num_examples: 1669
|
80 |
|
81 |
+
download_size: 1864
|
82 |
+
dataset_size: 1840
|
83 |
---
|
84 |
|
85 |
# Dataset Card for XNLI Parallel Corpus
|