Push model using huggingface_hub.
Browse files- gliner_config.json +19 -0
- pytorch_model.bin +3 -0
gliner_config.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "microsoft/deberta-v3-small",
|
| 3 |
+
"name": "span level gliner",
|
| 4 |
+
"max_width": 12,
|
| 5 |
+
"hidden_size": 768,
|
| 6 |
+
"dropout": 0.4,
|
| 7 |
+
"fine_tune": true,
|
| 8 |
+
"subtoken_pooling": "first",
|
| 9 |
+
"span_mode": "markerV0",
|
| 10 |
+
"loss_alpha": -1,
|
| 11 |
+
"loss_gamma": 0,
|
| 12 |
+
"label_smoothing": 0,
|
| 13 |
+
"loss_reduction": "sum",
|
| 14 |
+
"max_types": 25,
|
| 15 |
+
"shuffle_types": true,
|
| 16 |
+
"random_drop": true,
|
| 17 |
+
"max_neg_type_ratio": 1,
|
| 18 |
+
"max_len": 384
|
| 19 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62becd0e44b04b769c33d55a46a1e0837282efcd4f577464c4b44a1d7e451d53
|
| 3 |
+
size 664155586
|