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