teelinsan commited on
Commit
4738bd9
·
1 Parent(s): d61ac0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/teelinsan/camoscio/blob/master/notebooks/camoscio-lora.ipynb)
 
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)