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