romanjanik commited on
Commit
befcf05
1 Parent(s): 5bfe067

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -9,7 +9,17 @@ tags:
9
  - Named Entity Recognition
10
  size_categories:
11
  - 10K<n<100K
 
 
 
 
 
 
 
 
 
12
  ---
 
13
  # Dataset Card for PERO OCR NER 1.0
14
 
15
  This is a dataset created for master thesis "Document Information Extraction".
 
9
  - Named Entity Recognition
10
  size_categories:
11
  - 10K<n<100K
12
+ configs:
13
+ - config_name: default
14
+ data_files:
15
+ - split: train
16
+ path: "data/hugging_face/train/data-00000-of-00001.arrow"
17
+ - split: test
18
+ path: "data/hugging_face/test/data-00000-of-00001.arrow"
19
+ - split: dev
20
+ path: "data/hugging_face/validation/data-00000-of-00001.arrow"
21
  ---
22
+
23
  # Dataset Card for PERO OCR NER 1.0
24
 
25
  This is a dataset created for master thesis "Document Information Extraction".