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

EIStakovskii
/
german_toxicity_classifier_plus_v2

Text Classification
Transformers
PyTorch
Safetensors
German
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use EIStakovskii/german_toxicity_classifier_plus_v2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="EIStakovskii/german_toxicity_classifier_plus_v2")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("EIStakovskii/german_toxicity_classifier_plus_v2")
    model = AutoModelForSequenceClassification.from_pretrained("EIStakovskii/german_toxicity_classifier_plus_v2")
  • Notebooks
  • Google Colab
  • Kaggle
german_toxicity_classifier_plus_v2
881 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 12 commits
EIStakovskii's picture
EIStakovskii
Update README.md
1bcb7d1 over 2 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    2.79 kB
    Update README.md over 2 years ago
  • config.json
    838 Bytes
    Upload 6 files over 3 years ago
  • model.safetensors
    440 MB
    xet
    Adding `safetensors` variant of this model (#1) about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.LongStorage",
    • "torch.FloatStorage"

    What is a pickle import?

    440 MB
    xet
    Upload 6 files over 3 years ago
  • special_tokens_map.json
    125 Bytes
    Upload 6 files over 3 years ago
  • tokenizer.json
    729 kB
    Upload 6 files over 3 years ago
  • tokenizer_config.json
    403 Bytes
    Upload 6 files over 3 years ago
  • vocab.txt
    240 kB
    Upload 6 files over 3 years ago