File size: 593 Bytes
7952b26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: index
    dtype: string
  - name: question
    dtype: string
  - name: answer
    dtype: string
  - name: media_type
    dtype: string
  - name: media_path
    dtype: string
  - name: task_type
    dtype: string
  - name: ability_type
    dtype: string
  splits:
  - name: val
    num_bytes: 42227
    num_examples: 200
  - name: test
    num_bytes: 2294853
    num_examples: 9802
  download_size: 434301
  dataset_size: 2337080
configs:
- config_name: default
  data_files:
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
---