Instructions to use Infernaught/phi_space_ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Infernaught/phi_space_ner with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("susnato/phi-2") model = PeftModel.from_pretrained(base_model, "Infernaught/phi_space_ner") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
cee2743 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9b5680034f6937ed8ee56ea51e833c96b7cd2cdc243fef4c4f392985434155ee
size 26230352
|