Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
French
Size:
100K - 1M
License:
Commit
•
c090a3d
1
Parent(s):
1997dd1
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (4a71770c88db780604f3b04e6cff53ef6755fb3f)
README.md
CHANGED
@@ -19,6 +19,29 @@ task_ids:
|
|
19 |
- sentiment-classification
|
20 |
paperswithcode_id: allocine
|
21 |
pretty_name: Allociné
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
train-eval-index:
|
23 |
- config: allocine
|
24 |
task: text-classification
|
@@ -68,29 +91,6 @@ train-eval-index:
|
|
68 |
name: Recall weighted
|
69 |
args:
|
70 |
average: weighted
|
71 |
-
dataset_info:
|
72 |
-
features:
|
73 |
-
- name: review
|
74 |
-
dtype: string
|
75 |
-
- name: label
|
76 |
-
dtype:
|
77 |
-
class_label:
|
78 |
-
names:
|
79 |
-
0: neg
|
80 |
-
1: pos
|
81 |
-
config_name: allocine
|
82 |
-
splits:
|
83 |
-
- name: train
|
84 |
-
num_bytes: 91330696
|
85 |
-
num_examples: 160000
|
86 |
-
- name: validation
|
87 |
-
num_bytes: 11546250
|
88 |
-
num_examples: 20000
|
89 |
-
- name: test
|
90 |
-
num_bytes: 11547697
|
91 |
-
num_examples: 20000
|
92 |
-
download_size: 66625305
|
93 |
-
dataset_size: 114424643
|
94 |
---
|
95 |
|
96 |
# Dataset Card for Allociné
|
|
|
19 |
- sentiment-classification
|
20 |
paperswithcode_id: allocine
|
21 |
pretty_name: Allociné
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: review
|
25 |
+
dtype: string
|
26 |
+
- name: label
|
27 |
+
dtype:
|
28 |
+
class_label:
|
29 |
+
names:
|
30 |
+
'0': neg
|
31 |
+
'1': pos
|
32 |
+
config_name: allocine
|
33 |
+
splits:
|
34 |
+
- name: train
|
35 |
+
num_bytes: 91330696
|
36 |
+
num_examples: 160000
|
37 |
+
- name: validation
|
38 |
+
num_bytes: 11546250
|
39 |
+
num_examples: 20000
|
40 |
+
- name: test
|
41 |
+
num_bytes: 11547697
|
42 |
+
num_examples: 20000
|
43 |
+
download_size: 66625305
|
44 |
+
dataset_size: 114424643
|
45 |
train-eval-index:
|
46 |
- config: allocine
|
47 |
task: text-classification
|
|
|
91 |
name: Recall weighted
|
92 |
args:
|
93 |
average: weighted
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
---
|
95 |
|
96 |
# Dataset Card for Allociné
|