MTS_Dialogue / README.md
lyumengxian's picture
Upload README.md with huggingface_hub
30a2ad2 verified
metadata
license: apache-2.0
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: ID
      dtype: int64
    - name: section_header
      dtype: string
    - name: section_text
      dtype: string
    - name: dialogue
      dtype: string
  splits:
    - name: train
      num_bytes: 1051712
      num_examples: 1201
    - name: test
      num_bytes: 338070
      num_examples: 400
    - name: validation
      num_bytes: 75019
      num_examples: 100
  download_size: 0
  dataset_size: 1464801