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
|
@@ -54,11 +54,11 @@ Training loss :
|
|
| 54 |
---
|
| 55 |
|
| 56 |
Benchmarking results
|
| 57 |
-
|
| 58 |
ARC (arc_challenge, acc_norm) 0.5543
|
| 59 |
HellaSwag (hellaswag, acc_norm) 0.7979
|
| 60 |
TruthfulQA (truthfulqa_mc2) 0.4781
|
| 61 |
-
|
| 62 |
---
|
| 63 |
|
| 64 |
license: apache-2.0
|
|
|
|
| 54 |
---
|
| 55 |
|
| 56 |
Benchmarking results
|
| 57 |
+
```
|
| 58 |
ARC (arc_challenge, acc_norm) 0.5543
|
| 59 |
HellaSwag (hellaswag, acc_norm) 0.7979
|
| 60 |
TruthfulQA (truthfulqa_mc2) 0.4781
|
| 61 |
+
```
|
| 62 |
---
|
| 63 |
|
| 64 |
license: apache-2.0
|