File size: 2,734 Bytes
38203cc
 
738e0d7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6ea0d69
 
34daa57
 
 
1e8e8cf
34daa57
8f3a297
38203cc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d853134
 
6c687c1
 
 
8080440
6c687c1
8f3a297
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
824f746
bf40d5e
 
0a5f1ba
bf40d5e
38203cc
738e0d7
 
 
 
34daa57
 
38203cc
 
 
 
6c687c1
 
8f3a297
 
 
 
824f746
 
38203cc
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
---
dataset_info:
- config_name: biography_Meta-Llama-3.1-70B-Instruct
  features:
  - name: dataset
    dtype: string
  - name: subset
    dtype: string
  - name: orig_dataset_idx
    dtype: int64
  - name: orig_dataset_split
    dtype: string
  - name: query_id
    dtype: string
  - name: query
    dtype: string
  - name: conversation
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: gt_completion
    dtype: string
  - name: gt_answer
    dtype: 'null'
  - name: completions
    sequence: string
  splits:
  - name: train
    num_bytes: 2117550
    num_examples: 400
  - name: test
    num_bytes: 537119
    num_examples: 100
  download_size: 1788070
  dataset_size: 2654669
- config_name: biography_Meta-Llama-3.1-8B-Instruct
  features:
  - name: dataset
    dtype: string
  - name: subset
    dtype: string
  - name: orig_dataset_idx
    dtype: int64
  - name: orig_dataset_split
    dtype: string
  - name: query_id
    dtype: string
  - name: query
    dtype: string
  - name: conversation
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: gt_completion
    dtype: string
  - name: gt_answer
    dtype: 'null'
  - name: completions
    sequence: string
  splits:
  - name: train
    num_bytes: 1570276
    num_examples: 400
  - name: test
    num_bytes: 414772
    num_examples: 100
  download_size: 1327897
  dataset_size: 1985048
- config_name: biography_gemma-2-9b-it
  features:
  - name: dataset
    dtype: string
  - name: subset
    dtype: string
  - name: orig_dataset_idx
    dtype: int64
  - name: orig_dataset_split
    dtype: string
  - name: query_id
    dtype: string
  - name: query
    dtype: string
  - name: conversation
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: gt_completion
    dtype: string
  - name: gt_answer
    dtype: 'null'
  - name: completions
    sequence: string
  splits:
  - name: test
    num_bytes: 412788
    num_examples: 100
  - name: train
    num_bytes: 1546543
    num_examples: 400
  download_size: 3407162
  dataset_size: 1959331
configs:
- config_name: biography_Meta-Llama-3.1-70B-Instruct
  data_files:
  - split: train
    path: biography_Meta-Llama-3.1-70B-Instruct/train-*
  - split: test
    path: biography_Meta-Llama-3.1-70B-Instruct/test-*
- config_name: biography_Meta-Llama-3.1-8B-Instruct
  data_files:
  - split: train
    path: biography_Meta-Llama-3.1-8B-Instruct/train-*
  - split: test
    path: biography_Meta-Llama-3.1-8B-Instruct/test-*
- config_name: biography_gemma-2-9b-it
  data_files:
  - split: test
    path: biography_gemma-2-9b-it/test-*
  - split: train
    path: biography_gemma-2-9b-it/train-*
---