Update README.md
Browse files
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-base-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-base-v1.0")
|
| 57 |
|
| 58 |
text = (
|
| 59 |
"Apple was founded as Apple Computer Company on April 1, 1976, "
|