Zecyel commited on
Commit
2f23ae2
·
verified ·
1 Parent(s): f891fd0

Upload dataset

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -1,3 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # LyTOC Benchmark
2
 
3
  This repository contains a benchmark dataset extracted from homework PDFs using SimpleTex OCR API.
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: homework
10
+ dtype: string
11
+ - name: exercise_number
12
+ dtype: string
13
+ - name: sub_problem
14
+ dtype: string
15
+ - name: content
16
+ dtype: string
17
+ - name: full_id
18
+ dtype: string
19
+ splits:
20
+ - name: train
21
+ num_bytes: 6972
22
+ num_examples: 28
23
+ download_size: 6910
24
+ dataset_size: 6972
25
+ ---
26
  # LyTOC Benchmark
27
 
28
  This repository contains a benchmark dataset extracted from homework PDFs using SimpleTex OCR API.