simsim314's picture
Update README.md
6656638
|
raw
history blame
361 Bytes
---
license: gpl
---
Sharded version of [This model](https://huggingface.co/NousResearch/Nous-Hermes-13b). Use the tokenizer from there
```
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("NousResearch/Nous-Hermes-13b")
model = AutoModelForCausalLM.from_pretrained("simsim314/Hermes-13b-hf-shards")
```