Instructions to use shujatoor/phi3nedtuned-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use shujatoor/phi3nedtuned-ner with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3-mini-4k-instruct") model = PeftModel.from_pretrained(base_model, "shujatoor/phi3nedtuned-ner") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -81,7 +81,7 @@ Answer: 441-A/AIT No.1023874
|
|
| 81 |
|
| 82 |
## Intended uses & limitations
|
| 83 |
|
| 84 |
-
|
| 85 |
|
| 86 |
## Training and evaluation data
|
| 87 |
|
|
|
|
| 81 |
|
| 82 |
## Intended uses & limitations
|
| 83 |
|
| 84 |
+
Named Entity Recognition (NER)
|
| 85 |
|
| 86 |
## Training and evaluation data
|
| 87 |
|