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: 135 Bytes
5930db4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1407bee66ed6460f3f79b0cbd305abf5515e21b9d9eacb0af04b6ae494a8d66a
size 5020224928
|