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 / test /runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
morit's picture
morit
Upload test with huggingface_hub (#1)
e09e7d5 over 3 years ago
  • Dec07_16-34-56_localhost
    Upload test with huggingface_hub (#1) over 3 years ago
  • Dec07_16-41-23_localhost
    Upload test with huggingface_hub (#1) over 3 years ago
  • Dec07_17-56-47_localhost
    Upload test with huggingface_hub (#1) over 3 years ago
  • Dec07_18-07-58_localhost
    Upload test with huggingface_hub (#1) over 3 years ago
  • Dec07_19-37-00_localhost
    Upload test with huggingface_hub (#1) over 3 years ago
  • Dec07_19-38-14_localhost
    Upload test with huggingface_hub (#1) over 3 years ago
  • Dec08_07-54-02_localhost
    Upload test with huggingface_hub (#1) over 3 years ago
  • Dec08_07-58-56_localhost
    Upload test with huggingface_hub (#1) over 3 years ago
  • Dec08_08-03-55_localhost
    Upload test with huggingface_hub (#1) over 3 years ago