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", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,14 +4,12 @@ language:
|
|
| 4 |
license: llama2
|
| 5 |
library_name: transformers
|
| 6 |
tags:
|
| 7 |
-
- unsloth
|
| 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!
|
| 15 |
|
| 16 |
## ✨ Results
|
| 17 |
|
|
|
|
| 4 |
license: llama2
|
| 5 |
library_name: transformers
|
| 6 |
tags:
|
|
|
|
| 7 |
- phi3
|
| 8 |
- transformers
|
| 9 |
- phi
|
| 10 |
- text-generation-inference
|
| 11 |
---
|
| 12 |
|
|
|
|
| 13 |
|
| 14 |
## ✨ Results
|
| 15 |
|