Instructions to use chaymaemerhrioui/MistralChTexttoCodeS300 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use chaymaemerhrioui/MistralChTexttoCodeS300 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.3") model = PeftModel.from_pretrained(base_model, "chaymaemerhrioui/MistralChTexttoCodeS300") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
e73c8e5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:af555aa9fe2c62c5ba625c4ccac72f196bc8f657406c327074734825535719ac
size 5304
|