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
Update README.md
Browse files
README.md
CHANGED
|
@@ -22,7 +22,7 @@ license: apache-2.0
|
|
| 22 |
|
| 23 |
#### Finetuning Details:
|
| 24 |
|
| 25 |
-
With the utilization of [MonsterAPI](https://monsterapi.ai)'s [LLM finetuner](https://
|
| 26 |
|
| 27 |
- Was achieved with great cost-effectiveness.
|
| 28 |
- Completed in a total duration of 1h 15m 3s for 2 epochs using an A6000 48GB GPU.
|
|
|
|
| 22 |
|
| 23 |
#### Finetuning Details:
|
| 24 |
|
| 25 |
+
With the utilization of [MonsterAPI](https://monsterapi.ai)'s [no-code LLM finetuner](https://monsterapi.ai/finetuning), this finetuning:
|
| 26 |
|
| 27 |
- Was achieved with great cost-effectiveness.
|
| 28 |
- Completed in a total duration of 1h 15m 3s for 2 epochs using an A6000 48GB GPU.
|