Update README.md
Browse files
README.md
CHANGED
@@ -28,4 +28,4 @@ model = LLaMAForCausalLM.from_pretrained(
|
|
28 |
model = PeftModel.from_pretrained(model, "teelinsan/camoscio-7b-llama")
|
29 |
```
|
30 |
|
31 |
-
[
|
|
|
28 |
model = PeftModel.from_pretrained(model, "teelinsan/camoscio-7b-llama")
|
29 |
```
|
30 |
|
31 |
+
[Open In Colab](https://colab.research.google.com/github/teelinsan/camoscio/blob/master/notebooks/camoscio-lora.ipynb)
|