Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Adrien35
/
twitter_classification_model

Text Classification
Transformers
TensorBoard
Safetensors
deberta-v2
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use Adrien35/twitter_classification_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Adrien35/twitter_classification_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Adrien35/twitter_classification_model")
    model = AutoModelForSequenceClassification.from_pretrained("Adrien35/twitter_classification_model")
  • Notebooks
  • Google Colab
  • Kaggle
twitter_classification_model / runs
36.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits
Adrien35's picture
Adrien35
Training in progress, epoch 3
167e444 verified almost 2 years ago
  • Jun12_08-57-13_6c02225e0b32
    Training in progress, epoch 1 almost 2 years ago
  • Jun12_09-52-56_6c02225e0b32
    Training in progress, epoch 3 almost 2 years ago
  • Jun12_10-35-23_6c02225e0b32
    Training in progress, epoch 3 almost 2 years ago