Update README.md
Browse fileschanged allignement of huggingface space and github links so they are on the same line
README.md
CHANGED
|
@@ -2,7 +2,17 @@
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
# PII Detector (MiniLM-L6-v2)
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
## Model Description
|
| 7 |
This model is a highly efficient, lightweight Token Classification model designed to detect Personally Identifiable Information (PII). It is a fine-tuned version of `sentence-transformers/all-MiniLM-L6-v2` trained on the `nvidia/Nemotron-PII` dataset.
|
| 8 |
|
|
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
# PII Detector (MiniLM-L6-v2)
|
| 5 |
+
<table>
|
| 6 |
+
<tr style="border: none;">
|
| 7 |
+
<td style="border: none; padding-right: 10px;">
|
| 8 |
+
<a href="https://github.com/Negative-Star-Innovators/local-pii-detector-minilm"><img src="https://img.shields.io/badge/GitHub-View_Source_Code-black.svg?logo=github" alt="GitHub"></a>
|
| 9 |
+
</td>
|
| 10 |
+
<td style="border: none;">
|
| 11 |
+
<a href="https://huggingface.co/spaces/Negative-Star-Innovators/PII-Redaction-Playground"><img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/open-in-hf-spaces-md-dark.svg" alt="Open In Spaces"></a>
|
| 12 |
+
</td>
|
| 13 |
+
</tr>
|
| 14 |
+
</table>
|
| 15 |
+
|
| 16 |
## Model Description
|
| 17 |
This model is a highly efficient, lightweight Token Classification model designed to detect Personally Identifiable Information (PII). It is a fine-tuned version of `sentence-transformers/all-MiniLM-L6-v2` trained on the `nvidia/Nemotron-PII` dataset.
|
| 18 |
|