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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

naot97
/
vietnamese-toxicity-detection_3

Text Classification
Transformers
PyTorch
Safetensors
t5
Model card Files Files and versions
xet
Community
1

Instructions to use naot97/vietnamese-toxicity-detection_3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use naot97/vietnamese-toxicity-detection_3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="naot97/vietnamese-toxicity-detection_3")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("naot97/vietnamese-toxicity-detection_3")
    model = AutoModelForSequenceClassification.from_pretrained("naot97/vietnamese-toxicity-detection_3", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
vietnamese-toxicity-detection_3
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
naot97's picture
naot97
Upload T5ForSequenceClassification
1b86d5f over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • config.json
    820 Bytes
    Upload T5ForSequenceClassification over 2 years ago
  • merges.txt
    512 kB
    Upload 5 files almost 3 years ago
  • model.safetensors
    906 MB
    xet
    Upload T5ForSequenceClassification over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    499 MB
    xet
    Upload RobertaForSequenceClassification almost 3 years ago
  • special_tokens_map.json
    280 Bytes
    Upload 5 files almost 3 years ago
  • tokenizer.json
    2.22 MB
    Upload 5 files almost 3 years ago
  • tokenizer_config.json
    358 Bytes
    Upload 5 files almost 3 years ago
  • vocab.json
    854 kB
    Upload 5 files almost 3 years ago