Update README.md
Browse filesbase model added in YAML
README.md
CHANGED
@@ -1,4 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
base_model: microsoft/Phi-3-mini-4k-instruct
|
|
|
|
|
2 |
|
3 |
# PII Detection Model - Phi3 Mini Fine-Tuned
|
4 |
|
@@ -98,4 +108,4 @@ The model is capable of detecting the following PII entities:
|
|
98 |
To use this model, you'll need to have the `transformers` library installed:
|
99 |
|
100 |
```bash
|
101 |
-
pip install transformers
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
tags:
|
7 |
+
- LLM
|
8 |
+
- token classification
|
9 |
base_model: microsoft/Phi-3-mini-4k-instruct
|
10 |
+
---
|
11 |
+
|
12 |
|
13 |
# PII Detection Model - Phi3 Mini Fine-Tuned
|
14 |
|
|
|
108 |
To use this model, you'll need to have the `transformers` library installed:
|
109 |
|
110 |
```bash
|
111 |
+
pip install transformers
|