File size: 500 Bytes
8dc8f9f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: int32
  - name: question
    dtype: string
  - name: options
    sequence: string
  - name: answer
    dtype: int32
  - name: video_path
    dtype: string
  - name: reason_type
    dtype: string
  - name: demonstration_type
    dtype: string
  splits:
  - name: test
    num_bytes: 339634
    num_examples: 1484
  download_size: 40585
  dataset_size: 339634
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---