Instructions to use urchade/gliner_medium-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER
How to use urchade/gliner_medium-v1 with GLiNER:
from gliner import GLiNER model = GLiNER.from_pretrained("urchade/gliner_medium-v1") - Notebooks
- Google Colab
- Kaggle
better version
Browse files- gliner_config.json +1 -1
- pytorch_model.bin +1 -1
gliner_config.json
CHANGED
|
@@ -17,6 +17,6 @@
|
|
| 17 |
"subtoken_pooling": "first",
|
| 18 |
"hidden_size": 512,
|
| 19 |
"span_mode": "markerV0",
|
| 20 |
-
"dropout": 0.
|
| 21 |
"name": "correct"
|
| 22 |
}
|
|
|
|
| 17 |
"subtoken_pooling": "first",
|
| 18 |
"hidden_size": 512,
|
| 19 |
"span_mode": "markerV0",
|
| 20 |
+
"dropout": 0.0,
|
| 21 |
"name": "correct"
|
| 22 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 780806090
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5207c614674b30ba20169d141d316b6d2d9887ce4e793e19d8bb017ac4f80eb
|
| 3 |
size 780806090
|