Instructions to use monsterapi/mistral_7b_HalfEpoch_DolphinCoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use monsterapi/mistral_7b_HalfEpoch_DolphinCoder 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_HalfEpoch_DolphinCoder") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
72b2497 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:56b84949c95b8dccff2fbc17f6d9010d1893e0724cf17c2ccf6ab17f37b42659
size 109144714
|