Instructions to use Sanjay1905/The_PII_Detection_System with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Sanjay1905/The_PII_Detection_System with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf Sanjay1905/The_PII_Detection_System:F16 # Run inference directly in the terminal: llama cli -hf Sanjay1905/The_PII_Detection_System:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Sanjay1905/The_PII_Detection_System:F16 # Run inference directly in the terminal: llama cli -hf Sanjay1905/The_PII_Detection_System:F16
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf Sanjay1905/The_PII_Detection_System:F16 # Run inference directly in the terminal: ./llama-cli -hf Sanjay1905/The_PII_Detection_System:F16
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf Sanjay1905/The_PII_Detection_System:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf Sanjay1905/The_PII_Detection_System:F16
Use Docker
docker model run hf.co/Sanjay1905/The_PII_Detection_System:F16
- LM Studio
- Jan
- Ollama
How to use Sanjay1905/The_PII_Detection_System with Ollama:
ollama run hf.co/Sanjay1905/The_PII_Detection_System:F16
- Unsloth Desktop
- Docker Model Runner
How to use Sanjay1905/The_PII_Detection_System with Docker Model Runner:
docker model run hf.co/Sanjay1905/The_PII_Detection_System:F16
- Lemonade
How to use Sanjay1905/The_PII_Detection_System with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Sanjay1905/The_PII_Detection_System:F16
Run and chat with the model
lemonade run user.The_PII_Detection_System-F16
List all available models
lemonade list
- Atomic Chat
Upload 4 files
Browse files- .gitattributes +4 -0
- best.pt +3 -0
- unsloth.F16.gguf +3 -0
- yolov10s.pt +3 -0
- yolov8s.pt +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
best.pt filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
unsloth.F16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
yolov10s.pt filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
yolov8s.pt filter=lfs diff=lfs merge=lfs -text
|
best.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8c773048844de4e8b6ba96e8e5f1f1349b8788e4b6c39c3d6f8c063349e60b3a
|
| 3 |
+
size 16535404
|
unsloth.F16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22b025e5812096efb9e2315cd83fd1fa2ab771c416104c3473d504c57ae129b4
|
| 3 |
+
size 2479591968
|
yolov10s.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96af3fc7c7169abcc4867f3e3088b761bb33cf801283c2ec05f9703d63a0ba77
|
| 3 |
+
size 32956759
|
yolov8s.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:789580c242ac6f2543b4c09f083ca8c4ef6f1c598359bd2395febfcbcce99363
|
| 3 |
+
size 22515427
|