Instructions to use Luciano/qlora-bloomz-560m-lener_br with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Luciano/qlora-bloomz-560m-lener_br with PEFT:
from peft import PeftModel from transformers import AutoModelForTokenClassification base_model = AutoModelForTokenClassification.from_pretrained("bigscience/bloomz-560m") model = PeftModel.from_pretrained(base_model, "Luciano/qlora-bloomz-560m-lener_br") - Notebooks
- Google Colab
- Kaggle
Ctrl+K