Update README.md
Browse files
README.md
CHANGED
|
@@ -29,4 +29,4 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
| 29 |
|
| 30 |
tokenizer = AutoTokenizer.from_pretrained("hiyouga/Baichuan2-7B-Base-LLaMAfied", use_fast=False)
|
| 31 |
model = AutoModelForCausalLM.from_pretrained("hiyouga/Baichuan2-7B-Base-LLaMAfied").cuda()
|
| 32 |
-
```
|
|
|
|
| 29 |
|
| 30 |
tokenizer = AutoTokenizer.from_pretrained("hiyouga/Baichuan2-7B-Base-LLaMAfied", use_fast=False)
|
| 31 |
model = AutoModelForCausalLM.from_pretrained("hiyouga/Baichuan2-7B-Base-LLaMAfied").cuda()
|
| 32 |
+
```
|