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

LikoKIko
/
OpenCensor-H1-Mini

Text Classification
Transformers
Safetensors
Hebrew
bert
profanity-detection
toxicity
hebrew
alephbert
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use LikoKIko/OpenCensor-H1-Mini with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use LikoKIko/OpenCensor-H1-Mini with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="LikoKIko/OpenCensor-H1-Mini")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("LikoKIko/OpenCensor-H1-Mini")
    model = AutoModelForSequenceClassification.from_pretrained("LikoKIko/OpenCensor-H1-Mini")
  • Notebooks
  • Google Colab
  • Kaggle
OpenCensor-H1-Mini
1.55 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
LikoKIko's picture
LikoKIko
initial commit
004309d verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    33 Bytes
    initial commit 6 months ago