Instructions to use monsterapi/codellama_7b_DolphinCoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use monsterapi/codellama_7b_DolphinCoder with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-7b-hf") model = PeftModel.from_pretrained(base_model, "monsterapi/codellama_7b_DolphinCoder") - Notebooks
- Google Colab
- Kaggle
Commit ·
c897d81
1
Parent(s): 598ea48
Update README.md
Browse files
README.md
CHANGED
|
@@ -39,5 +39,7 @@ With the utilization of [MonsterAPI](https://monsterapi.ai)'s [no-code LLM finet
|
|
| 39 |
- **lora r:** 32
|
| 40 |
- **lora alpha:** 64
|
| 41 |
|
|
|
|
|
|
|
| 42 |
---
|
| 43 |
license: apache-2.0
|
|
|
|
| 39 |
- **lora r:** 32
|
| 40 |
- **lora alpha:** 64
|
| 41 |
|
| 42 |
+
![Train Loss(https://cdn-uploads.huggingface.co/production/uploads/63ba46aa0a9866b28cb19a14/aNujXePogMlJZmoi1Bq56.png)
|
| 43 |
+
|
| 44 |
---
|
| 45 |
license: apache-2.0
|