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

maherh
/
albert_sentiment_analysis

Text Classification
Transformers
PyTorch
TensorBoard
albert
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Transformers

    How to use maherh/albert_sentiment_analysis with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="maherh/albert_sentiment_analysis")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("maherh/albert_sentiment_analysis")
    model = AutoModelForSequenceClassification.from_pretrained("maherh/albert_sentiment_analysis", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
albert_sentiment_analysis / runs
17.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
maherh's picture
maherh
Training in progress, epoch 2
0577f5b over 2 years ago
  • Nov03_16-30-49_5de65ca795e6
    Training in progress, epoch 1 over 2 years ago
  • Nov03_17-03-41_5de65ca795e6
    Training in progress, epoch 2 over 2 years ago
  • Nov03_19-01-53_b8f24ca25c8e
    Training in progress, epoch 2 over 2 years ago