ljvmiranda921
commited on
Commit
•
610bead
1
Parent(s):
f9f5fb9
Update README.md
Browse files
README.md
CHANGED
@@ -38,7 +38,7 @@ You can find and replicate the training pipeline on [Github](https://github.com/
|
|
38 |
from gliner import GLiNER
|
39 |
|
40 |
# Initialize GLiNER with the base model
|
41 |
-
model = GLiNER.from_pretrained("ljvmiranda921/
|
42 |
|
43 |
# Sample text for entity prediction
|
44 |
# Reference: Leni Robredo’s speech at the 2022 UP College of Law recognition rites
|
|
|
38 |
from gliner import GLiNER
|
39 |
|
40 |
# Initialize GLiNER with the base model
|
41 |
+
model = GLiNER.from_pretrained("ljvmiranda921/tl_gliner_large")
|
42 |
|
43 |
# Sample text for entity prediction
|
44 |
# Reference: Leni Robredo’s speech at the 2022 UP College of Law recognition rites
|