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
|
@@ -48,4 +48,9 @@ With the utilization of [MonsterAPI](https://monsterapi.ai)'s [no-code LLM finet
|
|
| 48 |
|
| 49 |

|
| 50 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
license: apache-2.0
|
|
|
|
| 48 |
|
| 49 |

|
| 50 |
|
| 51 |
+
### Benchmarking results :
|
| 52 |
+
|
| 53 |
+
|
| 54 |
+

|
| 55 |
+
|
| 56 |
license: apache-2.0
|