YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

Tokenizer

Genie

Use This Model

You can use this model by running the following code:

from transformers import AutoModelForTokenClassification, AutoTokenizer

# Load model and tokenizer
model_name = "your-username/your-model-name"  # replace with your model name
model = AutoModelForTokenClassification.from_pretrained(model_name)
tokenizer = AutoTokenizer.from_pretrained(model_name)

# Example usage
inputs = tokenizer("Your input text here", return_tensors="pt")
outputs = model(**inputs)
print(outputs)
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support