File size: 989 Bytes
5ead017
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: input
    dtype: string
  - name: output
    dtype: string
  - name: prompt
    dtype: string
  - name: label
    dtype: string
  splits:
  - name: test.small.1k.claude.2.1
    num_bytes: 2271719
    num_examples: 997
  - name: test.small.1k.claude.instant.1.2
    num_bytes: 2343434
    num_examples: 997
  - name: test.small.1k.gpt.3.5.turbo.0613
    num_bytes: 2241194
    num_examples: 1000
  - name: test.small.1k.gpt.4.0613
    num_bytes: 2255169
    num_examples: 1000
  download_size: 1985236
  dataset_size: 9111516
configs:
- config_name: default
  data_files:
  - split: test.small.1k.claude.2.1
    path: data/test.small.1k.claude.2.1-*
  - split: test.small.1k.claude.instant.1.2
    path: data/test.small.1k.claude.instant.1.2-*
  - split: test.small.1k.gpt.3.5.turbo.0613
    path: data/test.small.1k.gpt.3.5.turbo.0613-*
  - split: test.small.1k.gpt.4.0613
    path: data/test.small.1k.gpt.4.0613-*
---