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: 134 Bytes
5930db4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:32d8bbd71d91b1ead56dd8e86b53ebc4f697ce36db7c622bd38fd89a2c36d071
size 369142184
|