Update README.md (#2)
Browse files- Update README.md (5593129520243333a1b8fba5c41a4c46cdf8aa7d)
Co-authored-by: Jack Boylan <[email protected]>
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, "
|