Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
English
Size:
100K - 1M
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ train-eval-index:
|
|
39 |
- type: f1
|
40 |
name: F1 micro
|
41 |
args:
|
42 |
-
average: micro
|
43 |
- type: f1
|
44 |
name: F1 weighted
|
45 |
args:
|
@@ -47,27 +47,50 @@ train-eval-index:
|
|
47 |
- type: precision
|
48 |
name: Precision macro
|
49 |
args:
|
50 |
-
average: macro
|
51 |
- type: precision
|
52 |
name: Precision micro
|
53 |
args:
|
54 |
-
average: micro
|
55 |
- type: precision
|
56 |
name: Precision weighted
|
57 |
args:
|
58 |
-
average: weighted
|
59 |
- type: recall
|
60 |
name: Recall macro
|
61 |
args:
|
62 |
-
average: macro
|
63 |
- type: recall
|
64 |
name: Recall micro
|
65 |
args:
|
66 |
-
average: micro
|
67 |
- type: recall
|
68 |
name: Recall weighted
|
69 |
args:
|
70 |
-
average: weighted
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
---
|
72 |
|
73 |
# Dataset Card for "imdb"
|
@@ -225,4 +248,4 @@ The data fields are the same among all splits.
|
|
225 |
|
226 |
### Contributions
|
227 |
|
228 |
-
Thanks to [@ghazi-f](https://github.com/ghazi-f), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lhoestq](https://github.com/lhoestq), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
|
|
|
39 |
- type: f1
|
40 |
name: F1 micro
|
41 |
args:
|
42 |
+
average: micro
|
43 |
- type: f1
|
44 |
name: F1 weighted
|
45 |
args:
|
|
|
47 |
- type: precision
|
48 |
name: Precision macro
|
49 |
args:
|
50 |
+
average: macro
|
51 |
- type: precision
|
52 |
name: Precision micro
|
53 |
args:
|
54 |
+
average: micro
|
55 |
- type: precision
|
56 |
name: Precision weighted
|
57 |
args:
|
58 |
+
average: weighted
|
59 |
- type: recall
|
60 |
name: Recall macro
|
61 |
args:
|
62 |
+
average: macro
|
63 |
- type: recall
|
64 |
name: Recall micro
|
65 |
args:
|
66 |
+
average: micro
|
67 |
- type: recall
|
68 |
name: Recall weighted
|
69 |
args:
|
70 |
+
average: weighted
|
71 |
+
dataset_info:
|
72 |
+
features:
|
73 |
+
- name: text
|
74 |
+
dtype: string
|
75 |
+
- name: label
|
76 |
+
dtype:
|
77 |
+
class_label:
|
78 |
+
names:
|
79 |
+
0: neg
|
80 |
+
1: pos
|
81 |
+
config_name: plain_text
|
82 |
+
splits:
|
83 |
+
- name: test
|
84 |
+
num_bytes: 32650697
|
85 |
+
num_examples: 25000
|
86 |
+
- name: train
|
87 |
+
num_bytes: 33432835
|
88 |
+
num_examples: 25000
|
89 |
+
- name: unsupervised
|
90 |
+
num_bytes: 67106814
|
91 |
+
num_examples: 50000
|
92 |
+
download_size: 84125825
|
93 |
+
dataset_size: 133190346
|
94 |
---
|
95 |
|
96 |
# Dataset Card for "imdb"
|
|
|
248 |
|
249 |
### Contributions
|
250 |
|
251 |
+
Thanks to [@ghazi-f](https://github.com/ghazi-f), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lhoestq](https://github.com/lhoestq), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
|