5cp commited on
Commit
785d0aa
1 Parent(s): 0b09240

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ dataset_info:
10
+ features:
11
+ - name: text
12
+ dtype: string
13
+ - name: label
14
+ dtype:
15
+ class_label:
16
+ names:
17
+ '0': neg
18
+ '1': pos
19
+ - name: input_ids
20
+ sequence: int32
21
+ - name: attention_mask
22
+ sequence: int8
23
+ - name: labels
24
+ sequence: int64
25
+ splits:
26
+ - name: train
27
+ num_bytes: 21120329
28
+ num_examples: 782
29
+ - name: test
30
+ num_bytes: 23158476
31
+ num_examples: 858
32
+ download_size: 736300
33
+ dataset_size: 44278805
34
+ ---
35
+ # Dataset Card for "tmp_imdb_ft"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)