Instructions to use jjuliar/sabia-qag-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use jjuliar/sabia-qag-7b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("maritaca-ai/sabia-7b") model = PeftModel.from_pretrained(base_model, "jjuliar/sabia-qag-7b") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
5fbbc98 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:29f98380746d74cfc36061a34b8bbe31e0b51609c91ed9d70bae696890bb3e8e
size 4920
|