Token Classification
Transformers
PyTorch
GLiNER
English
code
finance
named-entity-recognition
argilla
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("bhums/argilla_token_classifier", dtype="auto")Quick Links
README.md exists but content is empty.
Model tree for bhums/argilla_token_classifier
Base model
urchade/gliner_medium-v2.1
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="bhums/argilla_token_classifier")