Instructions to use monsterapi/mistral_7b_norobots with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use monsterapi/mistral_7b_norobots with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-v0.1") model = PeftModel.from_pretrained(base_model, "monsterapi/mistral_7b_norobots") - Notebooks
- Google Colab
- Kaggle
Commit ·
2df2e7e
1
Parent(s): 996fab4
Update README.md
Browse files
README.md
CHANGED
|
@@ -37,8 +37,8 @@ With the utilization of [MonsterAPI](https://monsterapi.ai)'s [LLM finetuner](ht
|
|
| 37 |
- **Learning Rate:** 0.0002
|
| 38 |
- **Data Split:** 100% train
|
| 39 |
- **Gradient Accumulation Steps:** 64
|
| 40 |
-
- **lora r:**
|
| 41 |
-
- **lora alpha:**
|
| 42 |
|
| 43 |
#### Prompt Structure
|
| 44 |
```
|
|
|
|
| 37 |
- **Learning Rate:** 0.0002
|
| 38 |
- **Data Split:** 100% train
|
| 39 |
- **Gradient Accumulation Steps:** 64
|
| 40 |
+
- **lora r:** 64
|
| 41 |
+
- **lora alpha:** 16
|
| 42 |
|
| 43 |
#### Prompt Structure
|
| 44 |
```
|