Serega6678 commited on
Commit
bf515ab
1 Parent(s): 7c58687

Delete gliner_config.json

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