Instructions to use monsterapi/zephyr_7b_norobots with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use monsterapi/zephyr_7b_norobots with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceH4/zephyr-7b-alpha") model = PeftModel.from_pretrained(base_model, "monsterapi/zephyr_7b_norobots") - Notebooks
- Google Colab
- Kaggle
Commit ·
adb379c
1
Parent(s): 8d6f37f
Update README.md
Browse files
README.md
CHANGED
|
@@ -48,6 +48,6 @@ With the utilization of [MonsterAPI](https://monsterapi.ai)'s [LLM finetuner](ht
|
|
| 48 |
```
|
| 49 |
#### Train loss :
|
| 50 |
|
| 51 |
-

|
| 52 |
|
| 53 |
license: apache-2.0
|