sen / README.md
loremipsum3658's picture
Upload README.md with huggingface_hub
d1da525
|
raw
history blame contribute delete
No virus
715 Bytes
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: input
      dtype: string
    - name: output
      dtype: string
    - name: __index_level_0__
      dtype: int64
  splits:
    - name: train
      num_bytes: 157759
      num_examples: 75
    - name: test
      num_bytes: 42689
      num_examples: 17
    - name: validation
      num_bytes: 41047
      num_examples: 16
  download_size: 175628
  dataset_size: 241495

Dataset Card for "sen"

More Information needed