File size: 980 Bytes
9858363
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d5741af
9858363
 
d5741af
9858363
 
d5741af
9858363
 
 
 
d5741af
 
9858363
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: task_id
    dtype: int64
  - name: source_split
    dtype: string
  - name: text
    dtype: string
  - name: test_setup_code
    dtype: string
  - name: test_list
    list: string
  - name: challenge_test_list
    list: string
  - name: user_input
    dtype: string
  - name: assistant_response
    dtype: string
  - name: messages
    list:
    - name: role
      dtype: string
    - name: content
      dtype: string
  splits:
  - name: train
    num_bytes: 702144
    num_examples: 374
  - name: test
    num_bytes: 963943
    num_examples: 500
  - name: validation
    num_bytes: 166823
    num_examples: 90
  - name: prompt
    num_bytes: 18288
    num_examples: 10
  download_size: 1389947
  dataset_size: 1851198
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
  - split: prompt
    path: data/prompt-*
---