Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
English
Size:
100K - 1M
Tags:
embeddings
License:
Commit
•
04bc5df
1
Parent(s):
7370d34
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,4 +1,23 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
dataset_info:
|
3 |
features:
|
4 |
- name: text
|
@@ -7,22 +26,72 @@ dataset_info:
|
|
7 |
dtype:
|
8 |
class_label:
|
9 |
names:
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
sequence: float32
|
14 |
splits:
|
15 |
- name: train
|
16 |
-
num_bytes:
|
17 |
num_examples: 25000
|
18 |
- name: test
|
19 |
-
num_bytes:
|
20 |
num_examples: 25000
|
21 |
- name: unsupervised
|
22 |
-
num_bytes:
|
23 |
num_examples: 50000
|
24 |
-
download_size:
|
25 |
-
dataset_size:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
---
|
27 |
# Dataset Card for "test_imdb_embedd"
|
28 |
|
|
|
1 |
---
|
2 |
+
annotations_creators:
|
3 |
+
- expert-generated
|
4 |
+
language_creators:
|
5 |
+
- expert-generated
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
license:
|
9 |
+
- other
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
+
size_categories:
|
13 |
+
- 10K<n<100K
|
14 |
+
source_datasets: imdb
|
15 |
+
task_categories:
|
16 |
+
- text-classification
|
17 |
+
task_ids:
|
18 |
+
- sentiment-classification
|
19 |
+
paperswithcode_id: imdb-movie-reviews
|
20 |
+
pretty_name: IMDB
|
21 |
dataset_info:
|
22 |
features:
|
23 |
- name: text
|
|
|
26 |
dtype:
|
27 |
class_label:
|
28 |
names:
|
29 |
+
0: neg
|
30 |
+
1: pos
|
31 |
+
config_name: plain_text
|
|
|
32 |
splits:
|
33 |
- name: train
|
34 |
+
num_bytes: 33432835
|
35 |
num_examples: 25000
|
36 |
- name: test
|
37 |
+
num_bytes: 32650697
|
38 |
num_examples: 25000
|
39 |
- name: unsupervised
|
40 |
+
num_bytes: 67106814
|
41 |
num_examples: 50000
|
42 |
+
download_size: 84125825
|
43 |
+
dataset_size: 133190346
|
44 |
+
tags:
|
45 |
+
- embeddings
|
46 |
+
train-eval-index:
|
47 |
+
- config: plain_text
|
48 |
+
task: text-classification
|
49 |
+
task_id: binary_classification
|
50 |
+
splits:
|
51 |
+
train_split: train
|
52 |
+
eval_split: test
|
53 |
+
col_mapping:
|
54 |
+
text: text
|
55 |
+
label: target
|
56 |
+
metrics:
|
57 |
+
- type: accuracy
|
58 |
+
- name: Accuracy
|
59 |
+
- type: f1
|
60 |
+
name: F1 macro
|
61 |
+
args:
|
62 |
+
average: macro
|
63 |
+
- type: f1
|
64 |
+
name: F1 micro
|
65 |
+
args:
|
66 |
+
average: micro
|
67 |
+
- type: f1
|
68 |
+
name: F1 weighted
|
69 |
+
args:
|
70 |
+
average: weighted
|
71 |
+
- type: precision
|
72 |
+
name: Precision macro
|
73 |
+
args:
|
74 |
+
average: macro
|
75 |
+
- type: precision
|
76 |
+
name: Precision micro
|
77 |
+
args:
|
78 |
+
average: micro
|
79 |
+
- type: precision
|
80 |
+
name: Precision weighted
|
81 |
+
args:
|
82 |
+
average: weighted
|
83 |
+
- type: recall
|
84 |
+
name: Recall macro
|
85 |
+
args:
|
86 |
+
average: macro
|
87 |
+
- type: recall
|
88 |
+
name: Recall micro
|
89 |
+
args:
|
90 |
+
average: micro
|
91 |
+
- type: recall
|
92 |
+
name: Recall weighted
|
93 |
+
args:
|
94 |
+
average: weighted
|
95 |
---
|
96 |
# Dataset Card for "test_imdb_embedd"
|
97 |
|