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

Adrien35
/
twitter_sentiment_model

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

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

  • Libraries
  • Transformers

    How to use Adrien35/twitter_sentiment_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Adrien35/twitter_sentiment_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Adrien35/twitter_sentiment_model")
    model = AutoModelForSequenceClassification.from_pretrained("Adrien35/twitter_sentiment_model")
  • Notebooks
  • Google Colab
  • Kaggle
twitter_sentiment_model / runs
28.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
Adrien35's picture
Adrien35
Training in progress, epoch 10
6d337b2 verified almost 2 years ago
  • Jun11_10-03-43_d8844be366d4
    Training in progress, epoch 1 almost 2 years ago
  • Jun11_10-09-18_d8844be366d4
    Training in progress, epoch 2 almost 2 years ago
  • Jun11_10-12-52_d8844be366d4
    Training in progress, epoch 10 almost 2 years ago