Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,24 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
-
- name: Twi dtype: string
|
| 4 |
-
- name: sentiment dtype: string splits:
|
| 5 |
-
- name: train num_bytes: 76782654 num_examples: 1383615 download_size: 45990947 dataset_size: 76782654 configs:
|
| 6 |
-
- config_name: default data_files:
|
| 7 |
-
- split: train path: data/train-*
|
| 8 |
|
| 9 |
-
------
|
| 10 |
|
| 11 |
# Twi Sentiments Dataset
|
| 12 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: Twi
|
| 5 |
+
dtype: string
|
| 6 |
+
- name: sentiment
|
| 7 |
+
dtype: string
|
| 8 |
+
splits:
|
| 9 |
+
- name: train
|
| 10 |
+
num_bytes: 76782654
|
| 11 |
+
num_examples: 1383615
|
| 12 |
+
download_size: 45990947
|
| 13 |
+
dataset_size: 76782654
|
| 14 |
+
configs:
|
| 15 |
+
- config_name: default
|
| 16 |
+
data_files:
|
| 17 |
+
- split: train
|
| 18 |
+
path: data/train-*
|
| 19 |
+
---
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
|
|
|
| 22 |
|
| 23 |
# Twi Sentiments Dataset
|
| 24 |
|