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: 134 Bytes
206f356 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:48c07f2cc2c99676fa4e35d9a4c2d46768a049cd76f53834aaca731d07171fb2
size 335706186
|