Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

sallani
/
PrivaMesh

Token Classification
Transformers
GGUF
French
English
mistral
privacy
anonymization
pii
legal
compliance
gdpr
rgpd
ner
on-premise
sovereign-ai
slm
privamesh
Model card Files Files and versions
xet
Community

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")
  • Notebooks
  • Google Colab
  • Kaggle
PrivaMesh
7.71 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
sallani's picture
sallani
Upload Mistral Small SLM F32.gguf
7998373 verified about 8 hours ago
  • .gitattributes
    2.1 kB
    Upload Mistral Small SLM F32.gguf about 8 hours ago
  • Mistral Small SLM F32.gguf
    1.71 GB
    xet
    Upload Mistral Small SLM F32.gguf about 8 hours ago
  • Modelfile
    9.33 kB
    Upload Modelfile 28 days ago
  • README.md
    29.4 kB
    Update README.md 26 days ago
  • benchmark_bertscore.png
    153 kB
    xet
    Upload 6 files 28 days ago
  • benchmark_f1_comparison.png
    175 kB
    xet
    Upload 6 files 28 days ago
  • benchmark_loss_curve.png
    200 kB
    xet
    Upload 6 files 28 days ago
  • benchmark_per_category.png
    251 kB
    xet
    Upload 6 files 28 days ago
  • benchmark_precision_recall.png
    234 kB
    xet
    Upload 6 files 28 days ago
  • benchmark_throughput.png
    187 kB
    xet
    Upload 6 files 28 days ago
  • config.json
    6.49 kB
    Upload 3 files 28 days ago
  • priva.png
    1.37 MB
    xet
    Upload 2 files 28 days ago
  • privamesh-legal-Q4_K_M.gguf
    6 GB
    xet
    Upload privamesh-legal-Q4_K_M.gguf 28 days ago
  • train.py
    34.4 kB
    Upload 3 files 28 days ago