spock / README.md
omgbobbyg's picture
Upload README.md with huggingface_hub
24c8996 verified
|
raw
history blame
679 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
dataset_info:
  features:
    - name: title
      dtype: string
    - name: original_airdate
      dtype: string
    - name: production_number
      dtype: int64
    - name: dialogue
      dtype: string
  splits:
    - name: train
      num_bytes: 458355.2
      num_examples: 3476
    - name: validation
      num_bytes: 114588.8
      num_examples: 869
  download_size: 276210
  dataset_size: 572944

Dataset Card for "spock"

More Information needed