Instructions to use monsterapi/zephyr_7b_WizardLMEvolInstruct70k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use monsterapi/zephyr_7b_WizardLMEvolInstruct70k 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_WizardLMEvolInstruct70k") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -46,10 +46,10 @@ With the utilization of [MonsterAPI](https://monsterapi.ai)'s [LLM finetuner](ht
|
|
| 46 |
|
| 47 |
### RESPONSE:
|
| 48 |
[output]
|
| 49 |
-
|
| 50 |
Training loss :
|
| 51 |

|
| 52 |
-
|
| 53 |
---
|
| 54 |
|
| 55 |
license: apache-2.0
|
|
|
|
| 46 |
|
| 47 |
### RESPONSE:
|
| 48 |
[output]
|
| 49 |
+
```
|
| 50 |
Training loss :
|
| 51 |

|
| 52 |
+
|
| 53 |
---
|
| 54 |
|
| 55 |
license: apache-2.0
|