synthie-LLM-sketch / README.md
Saibo's picture
Upload dataset
3ae9782 verified
|
raw
history blame
No virus
1.54 kB
metadata
dataset_info:
  features:
    - name: id
      dtype: int64
    - name: input
      dtype: string
    - name: output
      dtype: string
    - name: prompt
      dtype: string
    - name: label
      dtype: string
  splits:
    - name: GPT4_unconstrained
      num_bytes: 2255169
      num_examples: 1000
    - name: GPT3.5_unconstrained
      num_bytes: 2241194
      num_examples: 1000
    - name: Claude_unconstrained
      num_bytes: 2271719
      num_examples: 997
    - name: Claude_Instant_unconstrained
      num_bytes: 2343434
      num_examples: 997
    - name: llama2_7B_unconstrained
      num_bytes: 2384462
      num_examples: 1000
    - name: llama2_13B_unconstrained
      num_bytes: 2406316
      num_examples: 1000
    - name: llama_33B_unconstrained
      num_bytes: 2411478
      num_examples: 1000
    - name: llama2_70B_unconstrained
      num_bytes: 2410426
      num_examples: 1000
  download_size: 3967063
  dataset_size: 18724198
configs:
  - config_name: default
    data_files:
      - split: GPT4_unconstrained
        path: data/GPT4_unconstrained-*
      - split: GPT3.5_unconstrained
        path: data/GPT3.5_unconstrained-*
      - split: Claude_unconstrained
        path: data/Claude_unconstrained-*
      - split: Claude_Instant_unconstrained
        path: data/Claude_Instant_unconstrained-*
      - split: llama2_7B_unconstrained
        path: data/llama2_7B_unconstrained-*
      - split: llama2_13B_unconstrained
        path: data/llama2_13B_unconstrained-*
      - split: llama_33B_unconstrained
        path: data/llama_33B_unconstrained-*
      - split: llama2_70B_unconstrained
        path: data/llama2_70B_unconstrained-*