better version
Browse files- gliner_config.json +19 -1
- pytorch_model.bin +1 -1
gliner_config.json
CHANGED
@@ -7,12 +7,30 @@
|
|
7 |
"fine_tune": true,
|
8 |
"subtoken_pooling": "first",
|
9 |
"span_mode": "token_level",
|
|
|
|
|
|
|
|
|
|
|
10 |
"loss_alpha": -1,
|
11 |
"loss_gamma": 0,
|
12 |
"loss_reduction": "sum",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
"max_types": 25,
|
14 |
"shuffle_types": true,
|
15 |
"random_drop": true,
|
16 |
"max_neg_type_ratio": 1,
|
17 |
-
"max_len": 384
|
|
|
|
|
|
|
|
|
18 |
}
|
|
|
7 |
"fine_tune": true,
|
8 |
"subtoken_pooling": "first",
|
9 |
"span_mode": "token_level",
|
10 |
+
"num_steps": 30000,
|
11 |
+
"train_batch_size": 8,
|
12 |
+
"eval_every": 2500,
|
13 |
+
"warmup_ratio": 0.1,
|
14 |
+
"scheduler_type": "cosine",
|
15 |
"loss_alpha": -1,
|
16 |
"loss_gamma": 0,
|
17 |
"loss_reduction": "sum",
|
18 |
+
"lr_encoder": "1e-6",
|
19 |
+
"lr_others": "1e-6",
|
20 |
+
"weight_decay_encoder": 0.01,
|
21 |
+
"weight_decay_other": 0.01,
|
22 |
+
"root_dir": "token_gliner_ft_logs",
|
23 |
+
"train_data": "/gpfswork/rech/bwq/upa43yu/gliner-pip/train_gliner/train_new.json",
|
24 |
+
"val_data_dir": "/gpfswork/rech/ohy/upa43yu/NER_datasets",
|
25 |
+
"prev_path": "/gpfswork/rech/bwq/upa43yu/gliner-pip/train_gliner/token_gliner_logs/deberta-v3-base_4/model_30000",
|
26 |
+
"size_sup": -1,
|
27 |
"max_types": 25,
|
28 |
"shuffle_types": true,
|
29 |
"random_drop": true,
|
30 |
"max_neg_type_ratio": 1,
|
31 |
+
"max_len": 384,
|
32 |
+
"freeze_token_rep": false,
|
33 |
+
"gpu": "pds@a100",
|
34 |
+
"run_time": "3:30:00",
|
35 |
+
"log_dir": "/gpfsdswork/projects/rech/bwq/upa43yu/gliner-pip/train_gliner/token_gliner_ft_logs/deberta-v3-base_0"
|
36 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 787119650
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a02a723b8f910428f01558a6cb6ec72b1d98019f372f0fbe47a5b2baac611ac
|
3 |
size 787119650
|