Spaces:
Sleeping
Sleeping
File size: 2,225 Bytes
f127d97 b86f719 f127d97 b86f719 f127d97 5898618 b86f719 f127d97 b86f719 f127d97 b86f719 f127d97 b86f719 df6e82f b86f719 f127d97 b86f719 f127d97 b86f719 e6d64c0 f127d97 b86f719 e6d64c0 f127d97 b86f719 e6d64c0 f127d97 b86f719 |
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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 |
grobidHome: ${GROBID_HOME:- /opt/grobid/grobid-home}
corsAllowedOrigins: "*"
corsAllowedMethods: "OPTIONS,GET,PUT,POST,DELETE,HEAD"
corsAllowedHeaders: "X-Requested-With,Content-Type,Accept,Origin"
chemspotUrl: ${CHEMSPOT_URL:- http://chemspot.local}
chemDataExtractorUrl: ${CDE_URL:- http://cde:8080}
grobidQuantitiesUrl: ${QUANTITIES_URL:- http://quantities:8080}
linkingModuleUrl: https://lfoppiano-grobid-superconductors-tools.hf.space
classResolverUrl: https://lfoppiano-grobid-superconductors-tools.hf.space
pythonVirtualEnv:
pythonRedirectOutput: true
# The maximum number of parallel requests that can be sent to the server. When 0 it will use the number of CPUs.
maxParallelRequests: 8
consolidation:
# define the bibliographical data consolidation service to be used:
# - "crossref" for CrossRef REST API or
# - "glutton" for https://github.com/kermitt2/biblio-glutton, removing the value
# empty value will disable the data consolidation
service: "glutton"
glutton:
url: "https://cloud.science-miner.com/glutton/"
models:
- name: "superconductors"
engine: "delft"
delft:
architecture: "BERT_CRF"
- name: "material"
engine: "wapiti"
- name: "entityLinker-material-tcValue"
engine: "wapiti"
- name: "entityLinker-tcValue-pressure"
engine: "wapiti"
- name: "entityLinker-tcValue-me_method"
engine: "wapiti"
- name: "quantities"
engine: "delft"
delft:
architecture: "BERT_CRF"
- name: "units"
engine: "delft"
delft:
architecture: "BidLSTM_CRF"
- name: "values"
engine: "delft"
delft:
architecture: "BidLSTM_CRF"
server:
type: custom
idleTimeout: 120 seconds
applicationConnectors:
- type: http
port: 8072
adminConnectors:
- type: http
port: 8073
registerDefaultExceptionMappers: false
logging:
level: DEBUG
# Logger-specific levels.
loggers:
org.grobid.core.data.normalization.QuantityNormalizer: "OFF"
org.grobid.core.engines.QuantityParser: "OFF"
org.grobid.core.engines.ValueParser: "OFF"
org.grobid.core.utilities.WordsToNumber: "OFF"
appenders:
- type: console
threshold: INFO
version: 2
timeZone: UTC
|