Instructions to use Mbiot/gliner-custom with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER
How to use Mbiot/gliner-custom with GLiNER:
from gliner import GLiNER model = GLiNER.from_pretrained("Mbiot/gliner-custom") - Notebooks
- Google Colab
- Kaggle
Manu Biot commited on
Commit ·
2fec1ec
1
Parent(s): b121d58
Add requirements.txt for endpoint dependencies
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
|
|
|
|
| 1 |
+
gliner
|