File size: 430 Bytes
3e50d2b
 
51d40fa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4f6aeb5
 
 
 
3e50d2b
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
---

license: mit
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: Name
    dtype: string
  - name: Location
    dtype: string
  - name: Accessible by Students
    dtype: bool
  - name: Required Course
    dtype: string
  splits:
  - name: train
    num_bytes: 1961
    num_examples: 53
  download_size: 2721
  dataset_size: 1961
---