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