-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdataset_features.yml
More file actions
109 lines (109 loc) · 2.17 KB
/
dataset_features.yml
File metadata and controls
109 lines (109 loc) · 2.17 KB
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
- name: suite_config
struct:
- name: name
dtype: string
- name: version
dtype: string
- name: splits
list:
- name: name
dtype: string
- name: tasks
list:
- name: name
dtype: string
- name: path
dtype: string
- name: primary_metric
dtype: string
- name: tags
list: string
- name: macro_average_weight_adjustments
list:
- name: tag
dtype: string
- name: task
dtype: string
- name: weight
dtype: float64
- name: split
dtype: string
- name: results
list:
- name: task_name
dtype: string
- name: eval_spec
struct:
- name: solver
dtype: string
- name: solver_args
dtype: string
- name: model
dtype: string
- name: model_args
dtype: string
- name: task_args
dtype: string
- name: revision
struct:
- name: type
dtype: string
- name: origin
dtype: string
- name: commit
dtype: string
- name: dirty
dtype: bool
- name: packages
dtype: string
- name: metrics
list:
- name: name
dtype: string
- name: value
dtype: float64
- name: model_usages
list:
list:
- name: model
dtype: string
- name: usage
struct:
- name: input_tokens
dtype: int64
- name: output_tokens
dtype: int64
- name: total_tokens
dtype: int64
- name: input_tokens_cache_write
dtype: int64
- name: input_tokens_cache_read
dtype: int64
- name: reasoning_tokens
dtype: int64
- name: total_cost
dtype: float64
- name: model_costs
list: float64
- name: submission
struct:
- name: submit_time
dtype: timestamp[us, tz=UTC]
- name: username
dtype: string
- name: agent_name
dtype: string
- name: agent_description
dtype: string
- name: agent_url
dtype: string
- name: logs_url
dtype: string
- name: logs_url_public
dtype: string
- name: summary_url
dtype: string
- name: openness
dtype: string
- name: tool_usage
dtype: string