Instructions to use lctzz540/bbr2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lctzz540/bbr2 with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("ura-hcmut/ura-llama-7b") model = PeftModel.from_pretrained(base_model, "lctzz540/bbr2") - Notebooks
- Google Colab
- Kaggle