Instructions to use DevNilou/Vigogne_BankAssistant with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use DevNilou/Vigogne_BankAssistant with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/content/drive/My Drive/Colab/models/vigogne-2-7b-instruct") model = PeftModel.from_pretrained(base_model, "DevNilou/Vigogne_BankAssistant") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
b9005e6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0bf644b72893e9458f7709a55f5d770774725b9a111909d1c138632b39a3570a
size 160069389
|