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 ·
44cd309
1
Parent(s): e556c0c
Update README.md
Browse files
README.md
CHANGED
|
@@ -26,7 +26,7 @@ With the utilization of [MonsterAPI](https://monsterapi.ai)'s [LLM finetuner](ht
|
|
| 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.
|
| 29 |
-
- Costed `$2.525` for the entire
|
| 30 |
|
| 31 |
#### Hyperparameters & Additional Details:
|
| 32 |
|
|
|
|
| 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.
|
| 29 |
+
- Costed `$2.525` for the entire 2 epochs.
|
| 30 |
|
| 31 |
#### Hyperparameters & Additional Details:
|
| 32 |
|