Token Classification
Transformers
PyTorch
Safetensors
English
mistral
text-generation
GenAI
Text-to-Text
text-generation-inference
Instructions to use Elieon/MUSK-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Elieon/MUSK-1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Elieon/MUSK-1")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Elieon/MUSK-1") model = AutoModelForCausalLM.from_pretrained("Elieon/MUSK-1") - Notebooks
- Google Colab
- Kaggle
README.md exists but content is empty.
- Downloads last month
- -
Model tree for Elieon/MUSK-1
Unable to build the model tree, the base model loops to the model itself. Learn more.