Commit
·
a2e0bb7
1
Parent(s):
3c094ff
Update README.md
Browse files
README.md
CHANGED
@@ -17,11 +17,12 @@ widget:
|
|
17 |
---
|
18 |
|
19 |
# LlaMa2-CodeGen
|
20 |
-
This model is [**
|
21 |
|
22 |
# Model Trained on Google Colab Pro Using AutoTrain, PEFT and QLoRA
|
23 |
|
24 |
|
|
|
25 |
|
26 |
### Example
|
27 |
```py
|
|
|
17 |
---
|
18 |
|
19 |
# LlaMa2-CodeGen
|
20 |
+
This model is [**LlaMa2-7b**](https://huggingface.co/meta-llama/Llama-2-7b) which is fine-tuned on the [**CodeSearchNet dataset**](https://github.com/github/CodeSearchNet) by using the method [**QLoRA**](https://github.com/artidoro/qlora) with [PEFT](https://github.com/huggingface/peft) library.
|
21 |
|
22 |
# Model Trained on Google Colab Pro Using AutoTrain, PEFT and QLoRA
|
23 |
|
24 |
|
25 |
+
# You can load the model on google colab.
|
26 |
|
27 |
### Example
|
28 |
```py
|