File size: 470 Bytes
1b02eac
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "model_name": "microsoft/mdeberta-v3-base",
  "name": "token level gliner",
  "max_width": 100,
  "hidden_size": 768,
  "dropout": 0.0,
  "fine_tune": true,
  "subtoken_pooling": "first",
  "span_mode": "token_level",
  "loss_alpha": 0.25,
  "loss_gamma": 2,
  "loss_reduction": "sum",
  "max_types": 20000,
  "shuffle_types": true,
  "random_drop": true,
  "max_neg_type_ratio": 1,
  "max_len": 768,
  "log_dir": "mdeberta-new",
  "gradient_accumulation_steps": 2
}