JonathanEGP commited on
Commit
3aac9af
·
verified ·
1 Parent(s): 19a41bb

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +24 -0
config.json CHANGED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_paths": [
3
+ {
4
+ "model": "JonathanEGP/bert-base-multilingual-cased-model",
5
+ "tokenizer": "JonathanEGP/bert-base-multilingual-cased-tokenizer"
6
+ },
7
+ {
8
+ "model": "JonathanEGP/bert-base-spanish-wwm-cased-model",
9
+ "tokenizer": "JonathanEGP/bert-base-spanish-wwm-cased-model"
10
+ },
11
+ {
12
+ "model": "JonathanEGP/roberta-base-bne-model",
13
+ "tokenizer": "JonathanEGP/roberta-base-bne-tokenizer"
14
+ }
15
+ ],
16
+ "thresholds": {
17
+ "B-PER": 0.50,
18
+ "I-PER": 0.50,
19
+ "B-LOC": 0.85,
20
+ "I-LOC": 0.85,
21
+ "B-TEL": 0.6,
22
+ "I-TEL": 0.6
23
+ }
24
+ }