no_robots_llama2 / README.md
Zangs3011's picture
Upload README.md with huggingface_hub
f1ad3a3
|
raw
history blame contribute delete
No virus
761 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: prompt
      dtype: string
    - name: prompt_id
      dtype: string
    - name: messages
      list:
        - name: content
          dtype: string
        - name: role
          dtype: string
    - name: category
      dtype: string
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 29092450
      num_examples: 9500
    - name: test
      num_bytes: 1560738
      num_examples: 500
  download_size: 18917122
  dataset_size: 30653188

Dataset Card for "no_robots_llama2"

More Information needed