File size: 1,087 Bytes
3d2dcd9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: text
    dtype: string
  - name: target
    dtype: string
  - name: words
    sequence: string
  - name: draft
    dtype: string
  splits:
  - name: llama2_70b
    num_bytes: 1213992
    num_examples: 1000
  - name: gpt_3.5_turbo_0613
    num_bytes: 996401
    num_examples: 1000
  - name: palm_2_text_bison_001
    num_bytes: 961972
    num_examples: 1000
  - name: claude_2.1
    num_bytes: 939873
    num_examples: 1000
  - name: gpt_4_0613
    num_bytes: 1005608
    num_examples: 1000
  - name: claude_instant_1.2
    num_bytes: 976260
    num_examples: 1000
  download_size: 2319647
  dataset_size: 6094106
configs:
- config_name: default
  data_files:
  - split: llama2_70b
    path: data/llama2_70b-*
  - split: gpt_3.5_turbo_0613
    path: data/gpt_3.5_turbo_0613-*
  - split: palm_2_text_bison_001
    path: data/palm_2_text_bison_001-*
  - split: claude_2.1
    path: data/claude_2.1-*
  - split: gpt_4_0613
    path: data/gpt_4_0613-*
  - split: claude_instant_1.2
    path: data/claude_instant_1.2-*
---