File size: 893 Bytes
8c09a96
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: conversation_ID
    dtype: int64
  - name: conversation
    list:
    - name: emotion
      dtype: string
    - name: speaker
      dtype: string
    - name: text
      dtype: string
    - name: utterance_ID
      dtype: int64
    - name: video_name
      dtype: string
  - name: emotion-cause_pairs
    sequence:
      sequence: string
  splits:
  - name: train
    num_bytes: 1409288.2445414846
    num_examples: 1264
  - name: test
    num_bytes: 122643.75545851528
    num_examples: 110
  download_size: 585135
  dataset_size: 1531932.0
---
# Dataset Card for "semeval_subtask2_conversations"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)