Instructions to use DanielNRU/pollen-ner-2000_ with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use DanielNRU/pollen-ner-2000_ with PEFT:
from peft import PeftModel from transformers import AutoModelForTokenClassification base_model = AutoModelForTokenClassification.from_pretrained("DeepPavlov/rubert-base-cased") model = PeftModel.from_pretrained(base_model, "DanielNRU/pollen-ner-2000_") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
90dd488 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:234cb49e5f2de8220d1f196f9d8bf96826ceba3c5d8a01c7f72afa9f860b391e
size 5841
|