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

Falah
/
sentiments-dataset-381-classes

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

Instructions to use Falah/sentiments-dataset-381-classes with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Falah/sentiments-dataset-381-classes with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Falah/sentiments-dataset-381-classes")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Falah/sentiments-dataset-381-classes")
    model = AutoModelForSequenceClassification.from_pretrained("Falah/sentiments-dataset-381-classes")
  • Notebooks
  • Google Colab
  • Kaggle
sentiments-dataset-381-classes / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 36 commits
Falah's picture
Falah
Training in progress, epoch 20
291299e almost 3 years ago
  • Jul05_12-56-26_d700f318ddcf
    Training in progress, epoch 1 almost 3 years ago
  • Jul05_13-13-00_d700f318ddcf
    Training in progress, epoch 1 almost 3 years ago
  • Jul05_13-17-47_d700f318ddcf
    Training in progress, epoch 1 almost 3 years ago
  • Jul05_13-18-39_d700f318ddcf
    Training in progress, epoch 1 almost 3 years ago
  • Jul05_13-20-31_d700f318ddcf
    Training in progress, epoch 1 almost 3 years ago
  • Jul05_13-21-50_d700f318ddcf
    Training in progress, epoch 62 almost 3 years ago
  • Jul05_13-46-01_361f7251ac46
    Training in progress, epoch 20 almost 3 years ago