File size: 876 Bytes
789bebd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: think
    dtype: string
  - name: response
    dtype: string
  - name: query
    dtype: string
  - name: category
    dtype: string
  - name: endpoint
    dtype: string
  - name: source
    dtype: string
  - name: source_data
    dtype: string
  splits:
  - name: english
    num_bytes: 109637
    num_examples: 5
  - name: english_failed
    num_bytes: 54951
    num_examples: 5
  - name: chinese
    num_bytes: 47855
    num_examples: 8
  - name: chinese_failed
    num_bytes: 6706
    num_examples: 2
  download_size: 200748
  dataset_size: 219149
configs:
- config_name: default
  data_files:
  - split: english
    path: data/english-*
  - split: english_failed
    path: data/english_failed-*
  - split: chinese
    path: data/chinese-*
  - split: chinese_failed
    path: data/chinese_failed-*
---