Datasets:
Tasks:
Text Classification
Size:
1M<n<10M
nanakonoda
commited on
Commit
•
ed4b599
1
Parent(s):
af7a3fc
fixed yaml
Browse files
README.md
CHANGED
@@ -12,65 +12,91 @@ multilinguality:
|
|
12 |
- multilingual
|
13 |
pretty_name: XNLI Code-Mixed Corpus
|
14 |
size_categories:
|
15 |
-
-
|
16 |
source_datasets:
|
17 |
- extended|xnli
|
18 |
tags:
|
19 |
- mode classification
|
20 |
-
- code-mixed
|
21 |
- aligned
|
|
|
22 |
task_categories:
|
23 |
- text-classification
|
24 |
task_ids: []
|
25 |
dataset_info:
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
- name: text
|
28 |
dtype: string
|
29 |
- name: label
|
30 |
-
dtype:
|
31 |
class_label:
|
32 |
names:
|
33 |
'0': spoken
|
34 |
'1': written
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
config_name: de_ml
|
46 |
-
splits:
|
47 |
-
- name: train
|
48 |
-
num_bytes: 576
|
49 |
-
num_examples: 2490
|
50 |
-
- name: test
|
51 |
-
num_bytes: 87040
|
52 |
-
num_examples: 332326
|
53 |
-
|
54 |
-
config_name: fr_ec
|
55 |
-
splits:
|
56 |
-
- name: train
|
57 |
-
num_bytes: 576
|
58 |
-
num_examples: 2490
|
59 |
-
- name: test
|
60 |
-
num_bytes: 564416
|
61 |
-
num_examples: 2562631
|
62 |
-
|
63 |
-
config_name: fr_ml
|
64 |
-
splits:
|
65 |
-
- name: train
|
66 |
-
num_bytes: 576
|
67 |
-
num_examples: 2490
|
68 |
-
- name: test
|
69 |
-
num_bytes: 361472
|
70 |
-
num_examples:
|
71 |
-
|
72 |
-
download_size: 1376728
|
73 |
-
dataset_size: 1376704
|
74 |
---
|
75 |
|
76 |
# Dataset Card for XNLI Code-Mixed Corpus
|
|
|
12 |
- multilingual
|
13 |
pretty_name: XNLI Code-Mixed Corpus
|
14 |
size_categories:
|
15 |
+
- 1M<n<10M
|
16 |
source_datasets:
|
17 |
- extended|xnli
|
18 |
tags:
|
19 |
- mode classification
|
|
|
20 |
- aligned
|
21 |
+
- code-mixed
|
22 |
task_categories:
|
23 |
- text-classification
|
24 |
task_ids: []
|
25 |
dataset_info:
|
26 |
+
- config_name: de_ec
|
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: 576
|
39 |
+
num_examples: 2490
|
40 |
+
- name: test
|
41 |
+
num_bytes: 361472
|
42 |
+
num_examples: 1610548
|
43 |
+
|
44 |
+
- config_name: de_ml
|
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: 576
|
57 |
+
num_examples: 2490
|
58 |
+
- name: test
|
59 |
+
num_bytes: 87040
|
60 |
+
num_examples: 332326
|
61 |
+
|
62 |
+
- config_name: fr_ec
|
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 |
+
splits:
|
73 |
+
- name: train
|
74 |
+
num_bytes: 576
|
75 |
+
num_examples: 2490
|
76 |
+
- name: test
|
77 |
+
num_bytes: 564416
|
78 |
+
num_examples: 2562631
|
79 |
+
|
80 |
+
- config_name: fr_ml
|
81 |
+
features:
|
82 |
- name: text
|
83 |
dtype: string
|
84 |
- name: label
|
85 |
+
dtype:
|
86 |
class_label:
|
87 |
names:
|
88 |
'0': spoken
|
89 |
'1': written
|
90 |
+
splits:
|
91 |
+
- name: train
|
92 |
+
num_bytes: 576
|
93 |
+
num_examples: 2490
|
94 |
+
- name: test
|
95 |
+
num_bytes: 361472
|
96 |
+
num_examples: 1259159
|
97 |
+
|
98 |
+
download_size: 1376728
|
99 |
+
dataset_size: 1376704
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
---
|
101 |
|
102 |
# Dataset Card for XNLI Code-Mixed Corpus
|