Datasets:
Tasks:
Text Classification
Size:
1M<n<10M
nanakonoda
commited on
Commit
·
36145d4
1
Parent(s):
ed4b599
modified README indentation
Browse files
README.md
CHANGED
@@ -60,40 +60,40 @@ dataset_info:
|
|
60 |
num_examples: 332326
|
61 |
|
62 |
- config_name: fr_ec
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
|
80 |
- config_name: fr_ml
|
81 |
features:
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
splits:
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
|
98 |
download_size: 1376728
|
99 |
dataset_size: 1376704
|
|
|
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
|