Commit ·
43ce75d
1
Parent(s): 3ad2f85
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: Text_processed
|
| 5 |
+
dtype: string
|
| 6 |
+
- name: Emotion
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: Augmented
|
| 9 |
+
dtype: bool
|
| 10 |
+
- name: text
|
| 11 |
+
dtype: string
|
| 12 |
+
splits:
|
| 13 |
+
- name: train
|
| 14 |
+
num_bytes: 3715314
|
| 15 |
+
num_examples: 7499
|
| 16 |
+
- name: validation
|
| 17 |
+
num_bytes: 557939
|
| 18 |
+
num_examples: 1324
|
| 19 |
+
- name: test
|
| 20 |
+
num_bytes: 730208
|
| 21 |
+
num_examples: 1879
|
| 22 |
+
download_size: 2043244
|
| 23 |
+
dataset_size: 5003461
|
| 24 |
+
---
|
| 25 |
+
# Dataset Card for "isear_for_llama2"
|
| 26 |
+
|
| 27 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|