Instructions to use jfiadeiro/mistral_instruct_generation_2000 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use jfiadeiro/mistral_instruct_generation_2000 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, "jfiadeiro/mistral_instruct_generation_2000") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
37d9015 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b0aa88ea0e6019b888a449cce817bae33427ecdf76cf6eec215de4c56e9c3c7b
size 4728
|