Commit
路
d9c6a23
1
Parent(s):
1db7a04
Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ This model is fine-tuned with LLaMA with 8 Nvidia A100-80G GPUs using 3,000,000
|
|
13 |
```python
|
14 |
import torch
|
15 |
import transformers
|
16 |
-
from transformers import LlamaTokenizer,
|
17 |
tokenizer = LlamaTokenizer.from_pretrained("Fan21/Llama-mt-lora")
|
18 |
mdoel = LlamaForCausalLM.from_pretrained(
|
19 |
"Fan21/Llama-mt-lora",
|
|
|
13 |
```python
|
14 |
import torch
|
15 |
import transformers
|
16 |
+
from transformers import LlamaTokenizer, LlamaForCausalLM
|
17 |
tokenizer = LlamaTokenizer.from_pretrained("Fan21/Llama-mt-lora")
|
18 |
mdoel = LlamaForCausalLM.from_pretrained(
|
19 |
"Fan21/Llama-mt-lora",
|