Instructions to use Gizachew/BERT-amharic_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Gizachew/BERT-amharic_model with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("Davlan/bert-base-multilingual-cased-finetuned-amharic") model = PeftModel.from_pretrained(base_model, "Gizachew/BERT-amharic_model") - Notebooks
- Google Colab
- Kaggle
Ctrl+K