davanstrien HF Staff commited on
Commit
1eb4df5
·
1 Parent(s): a44c213

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: annotation_id
5
+ dtype: int64
6
+ - name: annotator
7
+ dtype: int64
8
+ - name: created_at
9
+ dtype: string
10
+ - name: id
11
+ dtype: int64
12
+ - name: lead_time
13
+ dtype: float64
14
+ - name: sentiment
15
+ dtype:
16
+ class_label:
17
+ names:
18
+ '0': Negative
19
+ '1': Positive
20
+ - name: text
21
+ dtype: string
22
+ - name: updated_at
23
+ dtype: string
24
+ splits:
25
+ - name: train
26
+ num_bytes: 5885
27
+ num_examples: 4
28
+ download_size: 14961
29
+ dataset_size: 5885
30
+ ---
31
+ # Dataset Card for "imdb_test_push"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)