scicite_alpaca / README.md
igorwang's picture
Upload dataset
538319f verified
metadata
dataset_info:
  features:
    - name: instruction
      dtype: string
    - name: input
      dtype: string
    - name: output
      dtype: string
    - name: label
      dtype: int64
    - name: history
      sequence: 'null'
  splits:
    - name: train
      num_bytes: 3774295
      num_examples: 8194
    - name: validation
      num_bytes: 423081
      num_examples: 916
    - name: test
      num_bytes: 858541
      num_examples: 1859
  download_size: 1941245
  dataset_size: 5055917
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*