Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Loule
/
egide-toxicity-model

Text Classification
Transformers
Safetensors
French
English
xlm-roberta
toxicity
moderation
multilingual
twitch
chat-moderation
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Loule/egide-toxicity-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Loule/egide-toxicity-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Loule/egide-toxicity-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Loule/egide-toxicity-model")
    model = AutoModelForSequenceClassification.from_pretrained("Loule/egide-toxicity-model")
  • Notebooks
  • Google Colab
  • Kaggle
egide-toxicity-model
1.13 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 21 commits
Loule's picture
Loule
Clean up: remove intermediate checkpoints and training artifacts
11dbafd verified 3 months ago
  • .gitattributes
    1.57 kB
    Upload Egide toxicity model (fine-tuned xlm-roberta-base) 3 months ago
  • README.md
    5.65 kB
    Auto-improve cycle 8 โ€” F1=95.7% 3 months ago
  • config.json
    1.08 kB
    Upload Egide toxicity model (fine-tuned xlm-roberta-base) 3 months ago
  • label_config.json
    387 Bytes
    Upload Egide toxicity model (fine-tuned xlm-roberta-base) 3 months ago
  • model.safetensors
    1.11 GB
    xet
    Auto-improve cycle 8 โ€” F1=95.7% 3 months ago
  • sentencepiece.bpe.model
    5.07 MB
    xet
    Upload Egide toxicity model (fine-tuned xlm-roberta-base) 3 months ago
  • special_tokens_map.json
    280 Bytes
    Upload Egide toxicity model (fine-tuned xlm-roberta-base) 3 months ago
  • tokenizer.json
    16.8 MB
    xet
    Upload Egide toxicity model (fine-tuned xlm-roberta-base) 3 months ago
  • tokenizer_config.json
    314 Bytes
    Upload Egide toxicity model (fine-tuned xlm-roberta-base) 3 months ago