Serega6678 commited on
Commit
1c808c3
1 Parent(s): 5da24a4

Delete gliner_config.json

Browse files
Files changed (1) hide show
  1. gliner_config.json +0 -25
gliner_config.json DELETED
@@ -1,25 +0,0 @@
1
- {
2
- "lr_encoder": "1e-5",
3
- "lr_others": "5e-5",
4
- "num_steps": 30000,
5
- "warmup_ratio": 0.1,
6
- "train_batch_size": 8,
7
- "eval_every": 5000,
8
- "max_width": 12,
9
- "model_name": "microsoft/deberta-v3-large",
10
- "fine_tune": true,
11
- "subtoken_pooling": "first",
12
- "hidden_size": 768,
13
- "span_mode": "marker",
14
- "dropout": 0.4,
15
- "root_dir": "ablation_backbone",
16
- "train_data": "train_instruct.json",
17
- "prev_path": "none",
18
- "size_sup": -1,
19
- "max_types": 25,
20
- "shuffle_types": true,
21
- "random_drop": true,
22
- "max_neg_type_ratio": 1,
23
- "max_len": 384,
24
- "name": "large"
25
- }