Instructions to use bsana1/arrodeio-tucano-cordel-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use bsana1/arrodeio-tucano-cordel-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TucanoBR/Tucano-1b1-Instruct") model = PeftModel.from_pretrained(base_model, "bsana1/arrodeio-tucano-cordel-lora") - Notebooks
- Google Colab
- Kaggle