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

poooj
/
XLNetHateSpeechClassification

Text Classification
Transformers
Safetensors
xlnet
Generated from Trainer
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use poooj/XLNetHateSpeechClassification with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="poooj/XLNetHateSpeechClassification")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("poooj/XLNetHateSpeechClassification")
    model = AutoModelForSequenceClassification.from_pretrained("poooj/XLNetHateSpeechClassification", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
XLNetHateSpeechClassification
472 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
poooj's picture
poooj
End of training
e0d5303 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.85 kB
    End of training over 1 year ago
  • config.json
    1.1 kB
    Training in progress, epoch 1 over 1 year ago
  • model.safetensors
    469 MB
    xet
    End of training over 1 year ago
  • special_tokens_map.json
    346 Bytes
    Training in progress, epoch 1 over 1 year ago
  • spiece.model
    798 kB
    xet
    Training in progress, epoch 1 over 1 year ago
  • tokenizer.json
    2.41 MB
    Training in progress, epoch 1 over 1 year ago
  • tokenizer_config.json
    2.01 kB
    Training in progress, epoch 1 over 1 year ago
  • training_args.bin
    5.37 kB
    xet
    Training in progress, epoch 1 over 1 year ago