wikinre-LLM-sketch / README.md
Saibo's picture
Upload dataset
6c0e9e2 verified
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: 1136250
      num_examples: 802
    - name: GPT3.5_unconstrained
      num_bytes: 1128748
      num_examples: 802
    - name: Claude_unconstrained
      num_bytes: 1114673
      num_examples: 802
    - name: Claude_Instant_unconstrained
      num_bytes: 1109352
      num_examples: 802
    - name: llama2_7B_unconstrained
      num_bytes: 1518176
      num_examples: 1000
    - name: llama2_13B_unconstrained
      num_bytes: 1554705
      num_examples: 1000
    - name: llama_33B_unconstrained
      num_bytes: 1535421
      num_examples: 1000
    - name: llama2_70B_unconstrained
      num_bytes: 1539074
      num_examples: 1000
  download_size: 2279519
  dataset_size: 10636399
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-*