Sharded version of This model. Use the tokenizer from there

from transformers import LlamaTokenizer, AutoModelForCausalLM

tokenizer = LlamaTokenizer.from_pretrained("NousResearch/Nous-Hermes-13b")
model = AutoModelForCausalLM.from_pretrained("simsim314/Hermes-13b-hf-shards")
Downloads last month
995
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the model is not deployed on the HF Inference API.