deepanwa commited on
Commit
3b44cc5
·
verified ·
1 Parent(s): cd20bb3

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +36 -0
config.json CHANGED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "class_token_index": 128002,
3
+ "dropout": 0.4,
4
+ "encoder_config": null,
5
+ "ent_token": "<<ENT>>",
6
+ "eval_every": 2500,
7
+ "fine_tune": true,
8
+ "gradient_accumulation_steps": 2,
9
+ "has_rnn": true,
10
+ "hidden_size": 768,
11
+ "log_dir": "logs",
12
+ "lr_encoder": "1e-5",
13
+ "lr_others": "5e-5",
14
+ "max_len": 384,
15
+ "max_neg_type_ratio": 1,
16
+ "max_types": 25,
17
+ "max_width": 1,
18
+ "model_name": "microsoft/deberta-v3-large",
19
+ "model_type": "gliner",
20
+ "name": "large",
21
+ "num_steps": 60000,
22
+ "prev_path": "none",
23
+ "random_drop": true,
24
+ "root_dir": "ablation_backbone",
25
+ "sep_token": "<<SEP>>",
26
+ "shuffle_types": true,
27
+ "size_sup": -1,
28
+ "span_mode": "marker",
29
+ "subtoken_pooling": "first",
30
+ "train_batch_size": 4,
31
+ "train_data": "NuMinds_custom_data_mix.json",
32
+ "transformers_version": "4.49.0",
33
+ "vocab_size": 128004,
34
+ "warmup_ratio": 0.1,
35
+ "words_splitter_type": "whitespace"
36
+ }