Instructions to use VanoInvestigations/BOLETIN_4bit_13 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VanoInvestigations/BOLETIN_4bit_13 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bertin-project/BOLETIN") model = PeftModel.from_pretrained(base_model, "VanoInvestigations/BOLETIN_4bit_13") - Notebooks
- Google Colab
- Kaggle
Ctrl+K