Instructions to use yefo-ufpe/bert-base-uncased-wnut_17 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use yefo-ufpe/bert-base-uncased-wnut_17 with PEFT:
from peft import PeftModel from transformers import AutoModelForTokenClassification base_model = AutoModelForTokenClassification.from_pretrained("google-bert/bert-base-uncased") model = PeftModel.from_pretrained(base_model, "yefo-ufpe/bert-base-uncased-wnut_17") - Notebooks
- Google Colab
- Kaggle
Ctrl+K