COGS / README.md
Punchwe's picture
Upload README.md with huggingface_hub
d3f42c8 verified
|
raw
history blame
697 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: dev
        path: data/dev-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: input
      dtype: string
    - name: output
      dtype: string
    - name: domain
      dtype: string
  splits:
    - name: train
      num_bytes: 4363969
      num_examples: 24155
    - name: dev
      num_bytes: 549121
      num_examples: 3000
    - name: test
      num_bytes: 548111
      num_examples: 3000
  download_size: 1746590
  dataset_size: 5461201

Dataset Card for "COGS"

More Information needed