urchade commited on
Commit
6bf28fd
·
verified ·
1 Parent(s): 2c95a77

better version

Browse files
Files changed (2) hide show
  1. gliner_config.json +18 -0
  2. pytorch_model.bin +3 -0
gliner_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "microsoft/deberta-v3-base",
3
+ "name": "token level gliner",
4
+ "max_width": 100,
5
+ "hidden_size": 768,
6
+ "dropout": 0.1,
7
+ "fine_tune": true,
8
+ "subtoken_pooling": "first",
9
+ "span_mode": "token_level",
10
+ "loss_alpha": -1,
11
+ "loss_gamma": 0,
12
+ "loss_reduction": "sum",
13
+ "max_types": 25,
14
+ "shuffle_types": true,
15
+ "random_drop": true,
16
+ "max_neg_type_ratio": 1,
17
+ "max_len": 384
18
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75bcf9e65408a0d82f8090bc9faf8c7748394fdb624857280ffe3effdc7d1c86
3
+ size 787119650