javilonso commited on
Commit
4c3329a
1 Parent(s): 70aad7c

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: 246698863.02163294
21
+ num_examples: 287936
22
+ - name: test
23
+ num_bytes: 27411079.978367075
24
+ num_examples: 31993
25
+ download_size: 170968852
26
+ dataset_size: 274109943.0
27
+ ---
28
+ # Dataset Card for "rest23_sentiment_data_v3_oversampling"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)