Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ This is a Llama model instruction-finetuned with LoRa for 3 epochs on the Tatsu
|
|
11 |
To run this model, you can run the following
|
12 |
|
13 |
```
|
14 |
-
# Code
|
15 |
import torch
|
16 |
from peft import PeftModel
|
17 |
import transformers
|
|
|
11 |
To run this model, you can run the following
|
12 |
|
13 |
```
|
14 |
+
# Code adapted from https://github.com/tloen/alpaca-lora
|
15 |
import torch
|
16 |
from peft import PeftModel
|
17 |
import transformers
|