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

perfectmind
/
sentiment_analysis_twitter_537K

Feature Extraction
Transformers
google-tensorflow TensorFlow
English
roberta
code
tensorflow
LSTM
Sentiment analysis
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use perfectmind/sentiment_analysis_twitter_537K with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="perfectmind/sentiment_analysis_twitter_537K")
    # Load model directly
    from transformers import AutoTokenizer, TF_AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("perfectmind/sentiment_analysis_twitter_537K")
    model = TF_AutoModel.from_pretrained("perfectmind/sentiment_analysis_twitter_537K")
  • Notebooks
  • Google Colab
  • Kaggle
sentiment_analysis_twitter_537K
805 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 74 commits
perfectmind's picture
perfectmind
Upload tokenizer.json
b72d694 verified about 2 years ago
  • .gitattributes
    1.57 kB
    Upload tokenizer.json about 2 years ago
  • README.md
    3.34 kB
    Update README.md about 2 years ago
  • config.json
    510 Bytes
    Update config.json about 2 years ago
  • tf_model.h5
    789 MB
    xet
    Rename sentiment_analysis.h5 to tf_model.h5 about 2 years ago
  • tokenizer.json
    15.8 MB
    xet
    Upload tokenizer.json about 2 years ago
  • tokenizer_config.json
    27 Bytes
    Update tokenizer_config.json about 2 years ago