Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjoyo committed Apr 18, 2024
2 parents fc5d26c + ee5eeab commit a06d8b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class GlinerTokenClassifier(ZeroShotTokenClassifier):
To use, you should have the ``gliner`` python package installed.
"""

def __init__(self, model: str = "urchade/gliner_large"):
def __init__(self, model: str = "urchade/gliner_large-v2.1"):
self.model = GLiNER.from_pretrained(model)

@override
Expand All @@ -47,4 +47,4 @@ async def _do_classify(
)
for e in entities
]
)
)

0 comments on commit a06d8b5

Please sign in to comment.