sold-llama2-1k_v2 / README.md
haturusinghe's picture
Upload dataset
0ce64a7 verified
|
raw
history blame
538 Bytes
metadata
dataset_info:
  features:
    - name: text
      dtype: string
    - name: label
      dtype: string
    - name: prompt
      dtype: string
  splits:
    - name: train
      num_bytes: 5405878
      num_examples: 6000
    - name: val
      num_bytes: 1324440
      num_examples: 1500
    - name: test
      num_bytes: 2246228
      num_examples: 2500
  download_size: 3070748
  dataset_size: 8976546
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: val
        path: data/val-*
      - split: test
        path: data/test-*