jilijeanlouis commited on
Commit
a904615
1 Parent(s): d4c92f7

Create gliner_config.json

Browse files
Files changed (1) hide show
  1. gliner_config.json +22 -0
gliner_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "lr_encoder": "1e-5",
3
+ "lr_others": "5e-5",
4
+ "num_steps": 100000,
5
+ "warmup_ratio": 0.1,
6
+ "train_batch_size": 8,
7
+ "eval_every": 10000,
8
+ "max_width": 12,
9
+ "model_name": "microsoft/deberta-v3-small",
10
+ "fine_tune": true,
11
+ "subtoken_pooling": "first",
12
+ "hidden_size": 768,
13
+ "span_mode": "markerV0",
14
+ "dropout": 0.4,
15
+ "max_neg_type_ratio": 2,
16
+ "name": "abl",
17
+ "size_sup": -1,
18
+ "max_types": 25,
19
+ "shuffle_types": true,
20
+ "random_drop": true,
21
+ "max_len": 384
22
+ }