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: 129 Bytes
5930db4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6a2cfeda732283b3486b84f59dc3ab9d51409fa065384956a95018c245f7aed8
size 4091
|