File size: 340 Bytes
ea73938
 
 
34748ac
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
---
license: llama2
---
Based on [WizardLM/WizardLM-70B-V1.0](https://huggingface.co/WizardLM/WizardLM-70B-V1.0)

```
from transformers import LlamaTokenizer, AutoModelForCausalLM

tokenizer = LlamaTokenizer.from_pretrained("simsim314/WizardLM-70B-V1.0-HF")
model = AutoModelForCausalLM.from_pretrained("simsim314/WizardLM-70B-V1.0-HF")
```