File size: 911 Bytes
b9dcf57
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: question_id
    dtype: string
  - name: axis
    dtype: string
  - name: num_turns
    dtype: int64
  - name: messages
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: target_question
    dtype: string
  - name: pass_criteria
    dtype: string
  - name: target_question_en
    dtype: string
  - name: messages_en
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: translation_metadata
    struct:
    - name: source_dataset
      dtype: string
    - name: source_split
      dtype: string
    - name: translation_model
      dtype: string
  splits:
  - name: test
    num_bytes: 4667688
    num_examples: 266
  download_size: 4642936
  dataset_size: 4667688
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---