LuuNgoc2k2
commited on
Commit
•
1b02eac
1
Parent(s):
8877db5
Upload folder using huggingface_hub
Browse files- gliner_config.json +20 -0
- pytorch_model.bin +3 -0
gliner_config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_name": "microsoft/mdeberta-v3-base",
|
3 |
+
"name": "token level gliner",
|
4 |
+
"max_width": 100,
|
5 |
+
"hidden_size": 768,
|
6 |
+
"dropout": 0.0,
|
7 |
+
"fine_tune": true,
|
8 |
+
"subtoken_pooling": "first",
|
9 |
+
"span_mode": "token_level",
|
10 |
+
"loss_alpha": 0.25,
|
11 |
+
"loss_gamma": 2,
|
12 |
+
"loss_reduction": "sum",
|
13 |
+
"max_types": 20000,
|
14 |
+
"shuffle_types": true,
|
15 |
+
"random_drop": true,
|
16 |
+
"max_neg_type_ratio": 1,
|
17 |
+
"max_len": 768,
|
18 |
+
"log_dir": "mdeberta-new",
|
19 |
+
"gradient_accumulation_steps": 2
|
20 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22dfbfc18a698f555c72eb88f40c82393bc293c4b827ae7a7eff66216091b8b6
|
3 |
+
size 1162215113
|