Update README.md
Browse files
README.md
CHANGED
|
@@ -24,4 +24,6 @@ model = PeftModel.from_pretrained(
|
|
| 24 |
model, "baruga/alpaca-lora-13b",
|
| 25 |
torch_dtype=torch.float16
|
| 26 |
)
|
| 27 |
-
```
|
|
|
|
|
|
|
|
|
| 24 |
model, "baruga/alpaca-lora-13b",
|
| 25 |
torch_dtype=torch.float16
|
| 26 |
)
|
| 27 |
+
```
|
| 28 |
+
|
| 29 |
+
For further information, check out this Github repo: https://github.com/tloen/alpaca-lora.
|