Views
No views yet
AutoModel class with trust_remote_code=True (if code is uploaded) or by defining the class manually.1from transformers import AutoTokenizer, AutoModelForCausalLM
2
3tokenizer = AutoTokenizer.from_pretrained("marcuscedricridia/Henyo-70M")
4# Note: Since this is a custom model, you may need the inference script provided in the repo.