File size: 618 Bytes
529df42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: question
    dtype: string
  - name: answer
    dtype: string
  - name: slide_id
    dtype: string
  - name: project
    dtype: string
  - name: f1024
    dtype: string
  - name: f2048
    dtype: string
  - name: f4096
    dtype: string
  splits:
  - name: train
    num_bytes: 1403726.1666178624
    num_examples: 2657
  - name: test
    num_bytes: 289826.16620498616
    num_examples: 556
  download_size: 186979
  dataset_size: 1693552.3328228486
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---