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 privamesh-legal-Q4_K_M.gguf
Browse files- .gitattributes +1 -0
- privamesh-legal-Q4_K_M.gguf +3 -0
.gitattributes
CHANGED
|
@@ -40,3 +40,4 @@ benchmark_loss_curve.png filter=lfs diff=lfs merge=lfs -text
|
|
| 40 |
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
|
|
|
|
|
|
| 40 |
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
|
privamesh-legal-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:902f463812e27120dd68d340d5b57b38fb1e34a83be7c13a8b2d2073c91d024d
|
| 3 |
+
size 5996557312
|