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 ·
996fab4
1
Parent(s): 44cd309
Update README.md
Browse files
README.md
CHANGED
|
@@ -36,7 +36,7 @@ With the utilization of [MonsterAPI](https://monsterapi.ai)'s [LLM finetuner](ht
|
|
| 36 |
- **Model Path:** mistralai/Mistral-7B-v0.1
|
| 37 |
- **Learning Rate:** 0.0002
|
| 38 |
- **Data Split:** 100% train
|
| 39 |
-
- **Gradient Accumulation Steps:**
|
| 40 |
- **lora r:** 32
|
| 41 |
- **lora alpha:** 64
|
| 42 |
|
|
|
|
| 36 |
- **Model Path:** mistralai/Mistral-7B-v0.1
|
| 37 |
- **Learning Rate:** 0.0002
|
| 38 |
- **Data Split:** 100% train
|
| 39 |
+
- **Gradient Accumulation Steps:** 64
|
| 40 |
- **lora r:** 32
|
| 41 |
- **lora alpha:** 64
|
| 42 |
|