lfoppiano commited on
Commit
05299e9
·
verified ·
1 Parent(s): e2cd6d9

Update config-docker.yml

Browse files
Files changed (1) hide show
  1. config-docker.yml +5 -5
config-docker.yml CHANGED
@@ -1,4 +1,4 @@
1
- version: "0.8.0"
2
 
3
  grobidHome: /opt/grobid/grobid-home
4
 
@@ -21,8 +21,8 @@ useBinaryContextClassifiers: true
21
 
22
  models:
23
  - name: "software"
24
- engine: "wapiti"
25
- #engine: "delft"
26
  wapiti:
27
  # wapiti training parameters, only considered when wapiti is used as engine for the model,
28
  # these parameters are be used at training time only
@@ -39,8 +39,8 @@ models:
39
  #transformer: "michiyasunaga/LinkBERT-basecased"
40
 
41
  - name: "software-type"
42
- engine: "wapiti"
43
- #engine: "delft"
44
  wapiti:
45
  # wapiti training parameters, only considered when wapiti is used as engine for the model,
46
  # these parameters are be used at training time only
 
1
+ version: "0.8.2"
2
 
3
  grobidHome: /opt/grobid/grobid-home
4
 
 
21
 
22
  models:
23
  - name: "software"
24
+ # engine: "wapiti"
25
+ engine: "delft"
26
  wapiti:
27
  # wapiti training parameters, only considered when wapiti is used as engine for the model,
28
  # these parameters are be used at training time only
 
39
  #transformer: "michiyasunaga/LinkBERT-basecased"
40
 
41
  - name: "software-type"
42
+ # engine: "wapiti"
43
+ engine: "delft"
44
  wapiti:
45
  # wapiti training parameters, only considered when wapiti is used as engine for the model,
46
  # these parameters are be used at training time only