Instructions to use codegood/MistralLite_SC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use codegood/MistralLite_SC with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("amazon/MistralLite") model = PeftModel.from_pretrained(base_model, "codegood/MistralLite_SC") - Notebooks
- Google Colab
- Kaggle
File size: 130 Bytes
5930db4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f43e1387c84d2b35be4255965cc914020ca0c626de9cc10c555391892e13d8bf
size 14575
|