File size: 416 Bytes
43ea6d9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: Subject
    dtype: string
  - name: Topic
    dtype: string
  - name: SubTopic
    dtype: string
  - name: Course
    dtype: string
  - name: ExamType
    dtype: string
  splits:
  - name: train
    num_bytes: 237165
    num_examples: 2134
  download_size: 56415
  dataset_size: 237165
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---