File size: 539 Bytes
c50369f
 
 
 
 
55263e2
 
 
 
 
 
 
 
 
 
 
 
c50369f
 
 
 
55263e2
82b2ad2
55263e2
 
c50369f
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: url
    dtype: string
  - name: title
    dtype: string
  - name: institution
    dtype: string
  - name: author
    sequence: string
  - name: publish_date
    dtype: string
  - name: category
    sequence: string
  - name: state
    dtype: string
  - name: markdown
    dtype: string
  splits:
  - name: train
    num_bytes: 16373625
    num_examples: 1176
  download_size: 6865759
  dataset_size: 16373625
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---