Update README.md
Browse files
README.md
CHANGED
@@ -45,7 +45,7 @@ Once you've downloaded the GLiNER library, you can import the GLiNER class. You
|
|
45 |
```python
|
46 |
from gliner import GLiNER
|
47 |
|
48 |
-
model = GLiNER.from_pretrained("knowledgator/
|
49 |
|
50 |
text = """
|
51 |
Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975 to develop and sell BASIC interpreters for the Altair 8800. During his career at Microsoft, Gates held the positions of chairman, chief executive officer, president and chief software architect, while also being the largest individual shareholder until May 2014.
|
|
|
45 |
```python
|
46 |
from gliner import GLiNER
|
47 |
|
48 |
+
model = GLiNER.from_pretrained("knowledgator/gliner-multitask-large-v0.5)
|
49 |
|
50 |
text = """
|
51 |
Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975 to develop and sell BASIC interpreters for the Altair 8800. During his career at Microsoft, Gates held the positions of chairman, chief executive officer, president and chief software architect, while also being the largest individual shareholder until May 2014.
|