Instructions to use DanielNRU/pollen-ner2-950 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use DanielNRU/pollen-ner2-950 with PEFT:
from peft import PeftModel from transformers import AutoModelForTokenClassification base_model = AutoModelForTokenClassification.from_pretrained("DeepPavlov/bert-base-bg-cs-pl-ru-cased") model = PeftModel.from_pretrained(base_model, "DanielNRU/pollen-ner2-950") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
573aa5d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:00f1bf120bd75048874e331689df33b3bbd8b927ce328f14fa0a4f974f76cb4f
size 5841
|