Token Classification
Transformers
Safetensors
PyTorch
English
qwen2
text-generation
custom-model
text-generation-inference
Instructions to use zeltera/SMITH with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zeltera/SMITH with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="zeltera/SMITH")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("zeltera/SMITH") model = AutoModelForCausalLM.from_pretrained("zeltera/SMITH") - Notebooks
- Google Colab
- Kaggle
Ctrl+K