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 ·
a9ac195
1
Parent(s): 866f213
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
| 1 |
---
|
| 2 |
library_name: peft
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
library_name: peft
|
| 3 |
+
tags:
|
| 4 |
+
- code
|
| 5 |
+
- instruct
|
| 6 |
+
- llama2
|
| 7 |
+
datasets:
|
| 8 |
+
- HuggingFaceH4/no_robots
|
| 9 |
+
base_model: mistralai/Mistral-7B-v0.1
|
| 10 |
+
license: apache-2.0
|
| 11 |
+
---
|