Instructions to use Mit1208/phi-2-universal-NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Mit1208/phi-2-universal-NER with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-2") model = PeftModel.from_pretrained(base_model, "Mit1208/phi-2-universal-NER") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
856391d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2ff0cb9c9e4a70f738cc180ea7b66d209f731b47e8c90a30c9ddd036e94f6dec
size 4728
|