Upload README.md with huggingface_hub
Browse files
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: 183968346.20422935
|
| 21 |
+
num_examples: 226161
|
| 22 |
+
- name: test
|
| 23 |
+
num_bytes: 20441740.79577064
|
| 24 |
+
num_examples: 25130
|
| 25 |
+
download_size: 127064003
|
| 26 |
+
dataset_size: 204410087.0
|
| 27 |
+
---
|
| 28 |
+
# Dataset Card for "rest23_sentiment_data_v2"
|
| 29 |
+
|
| 30 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|