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

morit
/
toxic_8

Text Classification
Transformers
PyTorch
TensorBoard
bert
Model card Files Files and versions
xet
Metrics Training metrics Community
8

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

  • Libraries
  • Transformers

    How to use morit/toxic_8 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="morit/toxic_8")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("morit/toxic_8")
    model = AutoModelForSequenceClassification.from_pretrained("morit/toxic_8")
  • Notebooks
  • Google Colab
  • Kaggle
toxic_8
1.34 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
morit's picture
morit
Upload tokenizer_config.json with huggingface_hub
a741fb0 over 3 years ago
  • test
    Upload test with huggingface_hub (#1) over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    21 Bytes
    initial commit over 3 years ago
  • tokenizer_config.json
    429 Bytes
    Upload tokenizer_config.json with huggingface_hub over 3 years ago