Push model using huggingface_hub.
Browse files- gliner_config.json +15 -0
- pytorch_model.bin +3 -0
gliner_config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_name": "almanach/camembert-bio-base",
|
3 |
+
"name": "cbio",
|
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 |
+
"max_types": 25,
|
11 |
+
"shuffle_types": true,
|
12 |
+
"random_drop": true,
|
13 |
+
"max_neg_type_ratio": 1,
|
14 |
+
"max_len": 384
|
15 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2259abebf36dac99dbd8b5dd326430ab7a109fddebbe44f86ff457ad1a7cf1a
|
3 |
+
size 541772586
|