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

  • Log In
  • Sign Up

andriadze
/
ai-chat-censor

Text Classification
Transformers
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use andriadze/ai-chat-censor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use andriadze/ai-chat-censor with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="andriadze/ai-chat-censor")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("andriadze/ai-chat-censor")
    model = AutoModelForSequenceClassification.from_pretrained("andriadze/ai-chat-censor")
  • Notebooks
  • Google Colab
  • Kaggle
ai-chat-censor
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 27 commits
andriadze's picture
andriadze
End of training
e6ce059 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.67 kB
    End of training over 1 year ago
  • config.json
    816 Bytes
    Training in progress, epoch 1 over 1 year ago
  • model.safetensors
    268 MB
    xet
    End of training over 1 year ago
  • special_tokens_map.json
    125 Bytes
    Training in progress, epoch 1 over 1 year ago
  • tokenizer.json
    711 kB
    Training in progress, epoch 1 over 1 year ago
  • tokenizer_config.json
    1.2 kB
    Training in progress, epoch 1 over 1 year ago
  • training_args.bin
    5.18 kB
    xet
    Training in progress, epoch 1 over 1 year ago
  • vocab.txt
    232 kB
    Training in progress, epoch 1 over 1 year ago