hearth-lights-data / README.md
h2i's picture
Upload dataset
b11f86c verified
|
Raw
History Blame Contribute Delete
1.28 kB
metadata
dataset_info:
  features:
    - name: example_id
      dtype: string
    - name: in_scope
      dtype: bool
    - name: user_request
      dtype: string
    - name: system_prompt
      dtype: string
    - name: target
      dtype: string
    - name: tools
      dtype: string
    - name: registry
      list: string
    - name: registry_ids
      list: string
    - name: gold_tool
      dtype: string
    - name: gold_entity
      dtype: string
    - name: gold_arguments
      dtype: string
    - name: source
      dtype: string
    - name: near_duplicate
      dtype: bool
    - name: max_similarity
      dtype: float64
    - name: prompt_tokens
      dtype: int64
  splits:
    - name: train
      num_bytes: 3057677
      num_examples: 700
    - name: validation
      num_bytes: 423619
      num_examples: 100
    - name: test
      num_bytes: 1367700
      num_examples: 300
    - name: demonstrations
      num_bytes: 21811
      num_examples: 3
    - name: out_of_scope
      num_bytes: 448736
      num_examples: 100
  download_size: 686235
  dataset_size: 5319543
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
      - split: demonstrations
        path: data/demonstrations-*
      - split: out_of_scope
        path: data/out_of_scope-*