Serega6678
commited on
Commit
•
b2d06a5
1
Parent(s):
57b2d1b
Push model using huggingface_hub.
Browse files- gliner_config.json +3 -3
- pytorch_model.bin +2 -2
gliner_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"lr_encoder": "1e-5",
|
3 |
"lr_others": "5e-5",
|
4 |
-
"num_steps":
|
5 |
"warmup_ratio": 0.1,
|
6 |
"train_batch_size": 8,
|
7 |
"eval_every": 5000,
|
@@ -13,14 +13,14 @@
|
|
13 |
"span_mode": "marker",
|
14 |
"dropout": 0.4,
|
15 |
"root_dir": "ablation_backbone",
|
16 |
-
"train_data": "
|
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":
|
24 |
"name": "large",
|
25 |
"log_dir": "logs"
|
26 |
}
|
|
|
1 |
{
|
2 |
"lr_encoder": "1e-5",
|
3 |
"lr_others": "5e-5",
|
4 |
+
"num_steps": 60000,
|
5 |
"warmup_ratio": 0.1,
|
6 |
"train_batch_size": 8,
|
7 |
"eval_every": 5000,
|
|
|
13 |
"span_mode": "marker",
|
14 |
"dropout": 0.4,
|
15 |
"root_dir": "ablation_backbone",
|
16 |
+
"train_data": "pile_UniNER_UniNER_prompt_GLiNER_format_precomputed_bs_16_flat_ner.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": 2048,
|
24 |
"name": "large",
|
25 |
"log_dir": "logs"
|
26 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c66bb9161e1fec21b831a73659cc4ddd6347b25f1fee1cba9d98db6bea988ab9
|
3 |
+
size 1798494250
|