Instructions to use monsterapi/gpt2_137m_DolphinCoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use monsterapi/gpt2_137m_DolphinCoder with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("gpt2") model = PeftModel.from_pretrained(base_model, "monsterapi/gpt2_137m_DolphinCoder") - Notebooks
- Google Colab
- Kaggle
Commit ·
906d8a0
1
Parent(s): 08f9b72
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 |
+

|
| 43 |
+
|
| 44 |
---
|
| 45 |
license: apache-2.0
|