Beta
Explore
Marketplace
Neural Labs
Playground
Wallet
Docs
robin_model – AI Model by zhekatokyo | AlphaNeural AI
You can deploy this model and start earning money today!
zhekatokyo
/
robin_model
like
0
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
from unsloth import FastLanguageModel
model_name = "marcelbinz/Llama-3.1-Centaur-70B-adapter" model, tokenizer = FastLanguageModel.from_pretrained( model_name = args.model, max_seq_length = 32768, dtype = None, load_in_4bit = True, )