Instructions to use codegood/MistralLite_SCQA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use codegood/MistralLite_SCQA 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_SCQA") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
2ba85f3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3fc8176d75aa2d16fd843d99c7280360cc90c856bf2c46a84a3e469f37c114ae
size 4091
|