Instructions to use Likich/open-coding-mistral7b-single_code-qlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Likich/open-coding-mistral7b-single_code-qlora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.2") model = PeftModel.from_pretrained(base_model, "Likich/open-coding-mistral7b-single_code-qlora") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
9bba433 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f61a35c7c75e04e005f5e771ee569ccb91dafe7ac6c32474fae49ab21f080f6c
size 167832240
|