Instructions to use knowledgator/gliner-decoder-large-v1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER
How to use knowledgator/gliner-decoder-large-v1.0 with GLiNER:
from gliner import GLiNER model = GLiNER.from_pretrained("knowledgator/gliner-decoder-large-v1.0") - Notebooks
- Google Colab
- Kaggle
Update README.md
#2
by jackboyla - opened
README.md
CHANGED
|
@@ -53,7 +53,7 @@ pip install git+https://github.com/urchade/GLiNER.git
|
|
| 53 |
```python
|
| 54 |
from gliner import GLiNER
|
| 55 |
|
| 56 |
-
model = GLiNER.from_pretrained("gliner-decoder-large-v1.0")
|
| 57 |
|
| 58 |
text = (
|
| 59 |
"Apple was founded as Apple Computer Company on April 1, 1976, "
|
|
|
|
| 53 |
```python
|
| 54 |
from gliner import GLiNER
|
| 55 |
|
| 56 |
+
model = GLiNER.from_pretrained("knowledgator/gliner-decoder-large-v1.0")
|
| 57 |
|
| 58 |
text = (
|
| 59 |
"Apple was founded as Apple Computer Company on April 1, 1976, "
|