File size: 342 Bytes
ea73938
 
 
97112db
34748ac
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
---
license: llama2
---
Float16 of [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")
```