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

numblilbug
/
multilabel-rubert-sentiment-model

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

Instructions to use numblilbug/multilabel-rubert-sentiment-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use numblilbug/multilabel-rubert-sentiment-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="numblilbug/multilabel-rubert-sentiment-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("numblilbug/multilabel-rubert-sentiment-model")
    model = AutoModelForSequenceClassification.from_pretrained("numblilbug/multilabel-rubert-sentiment-model")
  • Notebooks
  • Google Colab
  • Kaggle
multilabel-rubert-sentiment-model / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
numblilbug's picture
numblilbug
Training in progress, epoch 1
b967c82 over 2 years ago
  • Dec29_02-08-37_09297a5d2b49
    Training in progress, epoch 1 over 2 years ago
  • Dec29_02-34-10_09297a5d2b49
    Training in progress, epoch 1 over 2 years ago
  • Dec29_02-35-59_09297a5d2b49
    Training in progress, epoch 1 over 2 years ago
  • Dec29_02-43-15_09297a5d2b49
    Training in progress, epoch 10 over 2 years ago
  • Dec29_04-33-33_09297a5d2b49
    Training in progress, epoch 1 over 2 years ago
  • Dec29_04-33-55_09297a5d2b49
    Training in progress, epoch 1 over 2 years ago
  • Dec29_04-35-56_09297a5d2b49
    Training in progress, epoch 1 over 2 years ago
  • Dec29_07-52-43_7c25f8610f0f
    Training in progress, epoch 1 over 2 years ago