File size: 1,281 Bytes
b11f86c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | ---
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-*
---
|