dim's picture
Upload README.md with huggingface_hub
8c09a96 verified
|
raw
history blame contribute delete
No virus
893 Bytes
metadata
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

Dataset Card for "semeval_subtask2_conversations"

More Information needed