Edit model card

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
958
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.