Instructions to use DataIntelligenceTeam/NER-Phi-3-mini-4k-instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DataIntelligenceTeam/NER-Phi-3-mini-4k-instruct with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("DataIntelligenceTeam/NER-Phi-3-mini-4k-instruct", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,7 @@ tags:
|
|
| 8 |
- phi3
|
| 9 |
- transformers
|
| 10 |
- phi
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Finetune Phi-3-mini-4k-instruct 2-5x faster with 70% less memory via Unsloth!
|
|
@@ -30,4 +31,4 @@ tags:
|
|
| 30 |
|
| 31 |
## Base Model
|
| 32 |
|
| 33 |
-
https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
|
|
|
| 8 |
- phi3
|
| 9 |
- transformers
|
| 10 |
- phi
|
| 11 |
+
- text-generation-inference
|
| 12 |
---
|
| 13 |
|
| 14 |
# Finetune Phi-3-mini-4k-instruct 2-5x faster with 70% less memory via Unsloth!
|
|
|
|
| 31 |
|
| 32 |
## Base Model
|
| 33 |
|
| 34 |
+
https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|