# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("bobboyms/tynerox", dtype="auto")Quick Links
- Downloads last month
- 12
Model tree for bobboyms/tynerox
Unable to build the model tree, the base model loops to the model itself. Learn more.
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="bobboyms/tynerox")