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

semy
/
finetuning-tweeteval-hate-speech

Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community
2

Instructions to use semy/finetuning-tweeteval-hate-speech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use semy/finetuning-tweeteval-hate-speech with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="semy/finetuning-tweeteval-hate-speech")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("semy/finetuning-tweeteval-hate-speech")
    model = AutoModelForSequenceClassification.from_pretrained("semy/finetuning-tweeteval-hate-speech", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
finetuning-tweeteval-hate-speech / runs
30.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
semy's picture
semy
End of training
c85f23f about 4 years ago
  • Jul05_08-22-56_c31e3e996809
    End of training about 4 years ago
  • Jul05_09-43-03_68bf21e1c1ca
    End of training about 4 years ago
  • Jul18_10-27-34_Daniels-MacBook-Pro.local
    End of training about 4 years ago