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