phoner_seq2seq / README.md
Yuhthe's picture
Upload README.md with huggingface_hub
c0d86d2
|
raw
history blame
No virus
704 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: val
        path: data/val-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: id
      dtype: int64
    - name: words
      sequence: string
    - name: tags
      dtype: string
  splits:
    - name: train
      num_bytes: 2936932
      num_examples: 5027
    - name: val
      num_bytes: 1310853
      num_examples: 2000
    - name: test
      num_bytes: 2002160
      num_examples: 3000
  download_size: 1933617
  dataset_size: 6249945

Dataset Card for "phoner_seq2seq"

More Information needed