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

racro
/
sentiment-analysis-browser-extension

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

Instructions to use racro/sentiment-analysis-browser-extension with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use racro/sentiment-analysis-browser-extension with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="racro/sentiment-analysis-browser-extension")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("racro/sentiment-analysis-browser-extension")
    model = AutoModelForSequenceClassification.from_pretrained("racro/sentiment-analysis-browser-extension")
  • Notebooks
  • Google Colab
  • Kaggle
sentiment-analysis-browser-extension / runs
138 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
racro's picture
racro
End of training
f387651 over 3 years ago
  • Feb05_18-58-34_c1d8ae801091
    Training in progress, epoch 1 over 3 years ago
  • Feb05_19-01-58_c1d8ae801091
    Training in progress, epoch 1 over 3 years ago
  • Feb05_19-17-03_c1d8ae801091
    Training in progress, epoch 1 over 3 years ago
  • Feb05_19-42-00_c1d8ae801091
    End of training over 3 years ago
  • Feb05_19-48-21_c1d8ae801091
    Training in progress, epoch 1 over 3 years ago
  • Feb05_19-53-00_c1d8ae801091
    Training in progress, epoch 1 over 3 years ago
  • Feb05_19-57-59_c1d8ae801091
    Training in progress, epoch 1 over 3 years ago
  • Feb05_20-00-15_c1d8ae801091
    Training in progress, epoch 6 over 3 years ago
  • Feb05_20-05-42_c1d8ae801091
    Training in progress, epoch 1 over 3 years ago
  • Feb05_20-10-59_c1d8ae801091
    Training in progress, epoch 1 over 3 years ago
  • Feb05_20-20-17_c1d8ae801091
    Training in progress, epoch 1 over 3 years ago
  • Feb05_20-25-00_c1d8ae801091
    Training in progress, epoch 1 over 3 years ago
  • Feb05_20-29-29_c1d8ae801091
    End of training over 3 years ago