RamWithAPlan commited on
Commit
e944439
·
1 Parent(s): d0f6af2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: label
5
+ dtype:
6
+ class_label:
7
+ names:
8
+ '0': 1 star
9
+ '1': 2 star
10
+ '2': 3 stars
11
+ '3': 4 stars
12
+ '4': 5 stars
13
+ - name: text
14
+ dtype: string
15
+ - name: input_ids
16
+ sequence: int32
17
+ - name: token_type_ids
18
+ sequence: int8
19
+ - name: attention_mask
20
+ sequence: int8
21
+ splits:
22
+ - name: train
23
+ num_bytes: 2488411554
24
+ num_examples: 650000
25
+ download_size: 524256035
26
+ dataset_size: 2488411554
27
+ ---
28
+ # Dataset Card for "preprocessed_yelp_for_bert"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)