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

cirimus
/
modernbert-base-go-emotions

Text Classification
Transformers
Safetensors
PyTorch
English
modernbert
ModernBERT
emotions
multi-class-classification
multi-label-classification
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use cirimus/modernbert-base-go-emotions with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use cirimus/modernbert-base-go-emotions with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="cirimus/modernbert-base-go-emotions")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("cirimus/modernbert-base-go-emotions")
    model = AutoModelForSequenceClassification.from_pretrained("cirimus/modernbert-base-go-emotions")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
modernbert-base-go-emotions
Ctrl+K
Ctrl+K
  • 1 contributor
History: 23 commits
cirimus's picture
cirimus
Update README.md
690341c verified 4 months ago
  • .gitattributes
    1.64 kB
    Copy all content from cirimus/modernbert-base-go-emotions-2026-03 4 months ago
  • README.md
    11.2 kB
    Update README.md 4 months ago
  • banner-03-2026.png
    1.11 MB
    xet
    Copy all content from cirimus/modernbert-base-go-emotions-2026-03 4 months ago
  • banner.jpg
    22 kB
    Upload banner.jpg over 1 year ago
  • config.json
    3.16 kB
    Copy all content from cirimus/modernbert-base-go-emotions-2026-03 4 months ago
  • confusion_matrix_test.png
    368 kB
    xet
    Copy all content from cirimus/modernbert-base-go-emotions-2026-03 4 months ago
  • model.safetensors
    599 MB
    xet
    Copy all content from cirimus/modernbert-base-go-emotions-2026-03 4 months ago
  • special_tokens_map.json
    694 Bytes
    Add tokenizer over 1 year ago
  • tokenizer.json
    3.58 MB
    Add tokenizer over 1 year ago
  • tokenizer_config.json
    350 Bytes
    Copy all content from cirimus/modernbert-base-go-emotions-2026-03 4 months ago