Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: test
|
8 |
+
path: data/test-*
|
9 |
+
dataset_info:
|
10 |
+
features:
|
11 |
+
- name: conversation_ID
|
12 |
+
dtype: int64
|
13 |
+
- name: conversation
|
14 |
+
list:
|
15 |
+
- name: emotion
|
16 |
+
dtype: string
|
17 |
+
- name: speaker
|
18 |
+
dtype: string
|
19 |
+
- name: text
|
20 |
+
dtype: string
|
21 |
+
- name: utterance_ID
|
22 |
+
dtype: int64
|
23 |
+
- name: video_name
|
24 |
+
dtype: string
|
25 |
+
- name: emotion-cause_pairs
|
26 |
+
sequence:
|
27 |
+
sequence: string
|
28 |
+
splits:
|
29 |
+
- name: train
|
30 |
+
num_bytes: 1409288.2445414846
|
31 |
+
num_examples: 1264
|
32 |
+
- name: test
|
33 |
+
num_bytes: 122643.75545851528
|
34 |
+
num_examples: 110
|
35 |
+
download_size: 585135
|
36 |
+
dataset_size: 1531932.0
|
37 |
+
---
|
38 |
+
# Dataset Card for "semeval_subtask2_conversations"
|
39 |
+
|
40 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|