barto17 commited on
Commit
82d050b
1 Parent(s): 7b5e5aa

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ - split: unsupervised
10
+ path: data/unsupervised-*
11
+ dataset_info:
12
+ features:
13
+ - name: text
14
+ dtype: string
15
+ - name: label
16
+ dtype:
17
+ class_label:
18
+ names:
19
+ '0': neg
20
+ '1': pos
21
+ - name: input_ids
22
+ sequence: int32
23
+ - name: attention_mask
24
+ sequence: int8
25
+ splits:
26
+ - name: train
27
+ num_bytes: 97632823
28
+ num_examples: 25000
29
+ - name: test
30
+ num_bytes: 96850685
31
+ num_examples: 25000
32
+ - name: unsupervised
33
+ num_bytes: 195506794
34
+ num_examples: 50000
35
+ download_size: 135785876
36
+ dataset_size: 389990302
37
+ ---
38
+ # Dataset Card for "imdb"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)