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 ·
7a0aaba
1
Parent(s): c897d81
Update README.md
Browse files
README.md
CHANGED
|
@@ -39,7 +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 |
|
| 44 |
---
|
| 45 |
license: apache-2.0
|