javilonso commited on
Commit
f7c267f
1 Parent(s): d7b5bcf

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: Title
5
+ dtype: string
6
+ - name: Review
7
+ dtype: string
8
+ - name: Polarity
9
+ dtype: int64
10
+ - name: Country
11
+ dtype: int64
12
+ - name: Type
13
+ dtype: int64
14
+ - name: Title_Review
15
+ dtype: string
16
+ - name: __index_level_0__
17
+ dtype: int64
18
+ splits:
19
+ - name: train
20
+ num_bytes: 163527418.84820387
21
+ num_examples: 201032
22
+ - name: test
23
+ num_bytes: 40882668.151796125
24
+ num_examples: 50259
25
+ download_size: 127084046
26
+ dataset_size: 204410087.0
27
+ ---
28
+ # Dataset Card for "rest23_sentiment_data"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)