Instructions to use monsterapi/mistral_7b_WizardLMEvolInstruct70k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use monsterapi/mistral_7b_WizardLMEvolInstruct70k 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_WizardLMEvolInstruct70k") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
a975ad3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ea317ec0902db8b6062a33a98efa39768f8a8b99e76c36c7536c3d7a068124ad
size 27355402
|