jpangas commited on
Commit
57ae564
·
verified ·
1 Parent(s): 1ca5036

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -0
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "grobid_server": "https://jpangas-grobid-paper-extractor.hf.space",
3
+ "batch_size": 1000,
4
+ "sleep_time": 5,
5
+ "timeout": 60,
6
+ "coordinates": [ "persName", "figure", "ref", "biblStruct", "formula", "s" ]
7
+ }