Serega6678
commited on
Commit
•
7c58687
1
Parent(s):
97b9212
Push model using huggingface_hub.
Browse files- gliner_config.json +27 -0
- pytorch_model.bin +3 -0
gliner_config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f7498e8f8158188c1f88fb98ef3b0295539fb66fef4a01b51055b6ec7335760
|
3 |
+
size 1795678822
|