File size: 1,709 Bytes
6022444 a3c1b07 6022444 a3c1b07 6022444 |
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 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 |
---
dataset_info:
features:
- name: functions
dtype: string
- name: conversation
list:
- name: content
dtype: string
- name: function_call
struct:
- name: arguments
dtype: string
- name: name
dtype: string
- name: name
dtype: string
- name: role
dtype: string
- name: id
dtype: string
- name: chosen
struct:
- name: content
dtype: string
- name: function_call
struct:
- name: arguments
dtype: string
- name: name
dtype: string
- name: name
dtype: 'null'
- name: role
dtype: string
- name: total_round
dtype: int64
- name: round
dtype: int64
- name: error_type
dtype: int64
- name: rejected
struct:
- name: content
dtype: string
- name: function_call
struct:
- name: arguments
dtype: string
- name: name
dtype: string
- name: name
dtype: 'null'
- name: role
dtype: string
splits:
- name: not_called
num_bytes: 107901.28612716762
num_examples: 81
- name: called_unexpectedly
num_bytes: 53284.58574181118
num_examples: 40
- name: func_name_error
num_bytes: 133211.46435452794
num_examples: 100
- name: param_miss_error
num_bytes: 133211.46435452794
num_examples: 100
download_size: 193811
dataset_size: 427608.80057803466
configs:
- config_name: default
data_files:
- split: not_called
path: data/not_called-*
- split: called_unexpectedly
path: data/called_unexpectedly-*
- split: func_name_error
path: data/func_name_error-*
- split: param_miss_error
path: data/param_miss_error-*
---
|