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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Comunidade-Synapse-BR
/
Synapse-Guard-v1.2

Text Classification
Transformers
Safetensors
Portuguese
bert
moderation
portuguese
pt-br
content-moderation
spam-detection
toxicity-detection
lightweight
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Comunidade-Synapse-BR/Synapse-Guard-v1.2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Comunidade-Synapse-BR/Synapse-Guard-v1.2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Comunidade-Synapse-BR/Synapse-Guard-v1.2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Comunidade-Synapse-BR/Synapse-Guard-v1.2")
    model = AutoModelForSequenceClassification.from_pretrained("Comunidade-Synapse-BR/Synapse-Guard-v1.2", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Synapse-Guard-v1.2
21.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
Rafaelvieira432's picture
Rafaelvieira432
Update README.md
aaf42b8 verified 5 days ago
  • .gitattributes
    1.52 kB
    initial commit 8 days ago
  • README.md
    3.79 kB
    Update README.md 5 days ago
  • config.json
    917 Bytes
    Training in progress, epoch 1 8 days ago
  • model.safetensors
    21.3 MB
    xet
    Release Synapse-Guard-v1.2 8 days ago
  • tokenizer.json
    37.9 kB
    Release Synapse-Guard-v1.2 8 days ago
  • tokenizer_config.json
    640 Bytes
    Release Synapse-Guard-v1.2 8 days ago
  • training_args.bin
    5.2 kB
    xet
    Training in progress, epoch 1 8 days ago