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

MinzaKhan
/
toxic

Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use MinzaKhan/toxic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use MinzaKhan/toxic with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="MinzaKhan/toxic")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("MinzaKhan/toxic")
    model = AutoModelForSequenceClassification.from_pretrained("MinzaKhan/toxic")
  • Notebooks
  • Google Colab
  • Kaggle
toxic / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
MinzaKhan's picture
MinzaKhan
End of training
2213c53 about 3 years ago
  • Apr07_22-47-50_491e488e8ede
    End of training about 3 years ago
  • Apr07_22-52-11_491e488e8ede
    End of training about 3 years ago
  • Apr09_20-35-43_2cb8f997fe60
    End of training about 3 years ago
  • Apr09_22-15-45_312683ec9981
    Training in progress, epoch 1 about 3 years ago
  • Apr09_22-50-00_312683ec9981
    End of training about 3 years ago
  • Apr09_23-20-42_4b3f62a91673
    End of training about 3 years ago