Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
English
Size:
100K - 1M
Tags:
embeddings
License:
Commit
•
7370d34
1
Parent(s):
9e06d22
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,22 +1,28 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
-
- name:
|
5 |
-
dtype: string
|
6 |
-
- name: context
|
7 |
-
dtype: string
|
8 |
-
- name: response
|
9 |
-
dtype: string
|
10 |
-
- name: category
|
11 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
- name: embeddings
|
13 |
sequence: float32
|
14 |
splits:
|
15 |
- name: train
|
16 |
-
num_bytes:
|
17 |
-
num_examples:
|
18 |
-
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
---
|
21 |
# Dataset Card for "test_imdb_embedd"
|
22 |
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
+
- name: text
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
dtype: string
|
6 |
+
- name: label
|
7 |
+
dtype:
|
8 |
+
class_label:
|
9 |
+
names:
|
10 |
+
'0': neg
|
11 |
+
'1': pos
|
12 |
- name: embeddings
|
13 |
sequence: float32
|
14 |
splits:
|
15 |
- name: train
|
16 |
+
num_bytes: 71932823
|
17 |
+
num_examples: 25000
|
18 |
+
- name: test
|
19 |
+
num_bytes: 71150685
|
20 |
+
num_examples: 25000
|
21 |
+
- name: unsupervised
|
22 |
+
num_bytes: 144106794
|
23 |
+
num_examples: 50000
|
24 |
+
download_size: 299376040
|
25 |
+
dataset_size: 287190302
|
26 |
---
|
27 |
# Dataset Card for "test_imdb_embedd"
|
28 |
|