iohadrubin's picture
Upload README.md with huggingface_hub
b6501cf verified
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*
dataset_info:
  features:
    - name: audio
      dtype:
        audio:
          sampling_rate: 16000
    - name: dialogue
      list:
        - name: Rec_Id
          dtype: int64
        - name: annotation
          sequence: string
        - name: end_role
          dtype: string
        - name: end_time_in_seconds
          dtype: int64
        - name: speaker
          dtype: string
        - name: start_role
          dtype: string
        - name: start_time_in_seconds
          dtype: int64
        - name: target
          dtype: string
        - name: timestamp
          dtype: string
        - name: utterance
          dtype: string
    - name: start
      dtype: int64
    - name: end
      dtype: int64
    - name: idx
      dtype: int64
    - name: Game_ID
      dtype: string
    - name: file_name
      dtype: string
    - name: video_name
      dtype: string
    - name: startRoles
      sequence: string
    - name: startTime
      dtype: string
    - name: endRoles
      sequence: string
    - name: playerNames
      sequence: string
  splits:
    - name: train
      num_bytes: 6512729183.52
      num_examples: 12746
    - name: test
      num_bytes: 1862102498.374
      num_examples: 3602
    - name: validation
      num_bytes: 1247012408.776
      num_examples: 2473
  download_size: 8951243970
  dataset_size: 9621844090.670002

Dataset Card for "werewolf_dialogue_data_10sec"

More Information needed