Negative-Star-Innovators commited on
Commit
c9cd86d
·
verified ·
1 Parent(s): 00e8019

Update README.md

Browse files

changed allignement of huggingface space and github links so they are on the same line

Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -2,7 +2,17 @@
2
  license: mit
3
  ---
4
  # PII Detector (MiniLM-L6-v2)
5
- [![GitHub](https://img.shields.io/badge/GitHub-View_Source_Code-black.svg?logo=github)](https://github.com/Negative-Star-Innovators/local-pii-detector-minilm) [![Open In Spaces](https://huggingface.co/datasets/huggingface/badges/resolve/main/open-in-hf-spaces-md-dark.svg)](https://huggingface.co/spaces/Negative-Star-Innovators/PII-Redaction-Playground)
 
 
 
 
 
 
 
 
 
 
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