Spaces:
Sleeping
Sleeping
Create config.json
Browse files- 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 |
+
}
|