Token Classification
Transformers
GGUF
French
English
mistral
privacy
anonymization
pii
legal
compliance
gdpr
rgpd
ner
on-premise
sovereign-ai
slm
privamesh
Instructions to use sallani/PrivaMesh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sallani/PrivaMesh with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="sallani/PrivaMesh")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("sallani/PrivaMesh") model = AutoModelForTokenClassification.from_pretrained("sallani/PrivaMesh", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload Mistral Small SLM F32.gguf
Browse files- .gitattributes +1 -0
- Mistral Small SLM F32.gguf +3 -0
.gitattributes
CHANGED
|
@@ -41,3 +41,4 @@ benchmark_per_category.png filter=lfs diff=lfs merge=lfs -text
|
|
| 41 |
benchmark_precision_recall.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
benchmark_throughput.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
privamesh-legal-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 41 |
benchmark_precision_recall.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
benchmark_throughput.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
privamesh-legal-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Mistral[[:space:]]Small[[:space:]]SLM[[:space:]]F32.gguf filter=lfs diff=lfs merge=lfs -text
|
Mistral Small SLM F32.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:739bbbf91efbb16833cb4763f91a7b8f58f21cfc864916b7262e54591a460fba
|
| 3 |
+
size 1713920736
|