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

fc63
/
turkish-toxic-language-detection

Text Classification
Transformers
Safetensors
Turkish
bert
toxicity
turkish
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use fc63/turkish-toxic-language-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use fc63/turkish-toxic-language-detection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="fc63/turkish-toxic-language-detection")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("fc63/turkish-toxic-language-detection")
    model = AutoModelForSequenceClassification.from_pretrained("fc63/turkish-toxic-language-detection")
  • Notebooks
  • Google Colab
  • Kaggle
turkish-toxic-language-detection
444 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
fc63's picture
fc63
Upload LICENSE
d09cc7a verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • LICENSE
    1.1 kB
    Upload LICENSE 11 months ago
  • README.md
    4.45 kB
    Update README.md 11 months ago
  • config.json
    715 Bytes
    Upload BertForSequenceClassification over 1 year ago
  • model.safetensors
    442 MB
    xet
    Upload BertForSequenceClassification over 1 year ago
  • special_tokens_map.json
    695 Bytes
    Upload tokenizer over 1 year ago
  • tokenizer.json
    755 kB
    Upload tokenizer over 1 year ago
  • tokenizer_config.json
    1.47 kB
    Upload tokenizer over 1 year ago
  • vocab.txt
    251 kB
    Upload tokenizer over 1 year ago