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

maxpicy
/
modernbert-large-emotion-balanced

Text Classification
Transformers
Safetensors
English
modernbert
emotion
emotion-classification
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use maxpicy/modernbert-large-emotion-balanced with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use maxpicy/modernbert-large-emotion-balanced with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="maxpicy/modernbert-large-emotion-balanced")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("maxpicy/modernbert-large-emotion-balanced")
    model = AutoModelForSequenceClassification.from_pretrained("maxpicy/modernbert-large-emotion-balanced")
  • Notebooks
  • Google Colab
  • Kaggle
modernbert-large-emotion-balanced
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
maxpicy's picture
maxpicy
Update README.md
7f5514b verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    4.64 kB
    Update README.md about 1 month ago
  • config.json
    2.42 kB
    Upload trained checkpoint + model card (EmotiSpeech NTU SC4001 academic project) about 1 month ago
  • eval_results.json
    271 Bytes
    Upload trained checkpoint + model card (EmotiSpeech NTU SC4001 academic project) about 1 month ago
  • model.safetensors
    1.58 GB
    xet
    Upload trained checkpoint + model card (EmotiSpeech NTU SC4001 academic project) about 1 month ago
  • results.md
    1.33 kB
    Upload trained checkpoint + model card (EmotiSpeech NTU SC4001 academic project) about 1 month ago
  • tokenizer.json
    3.58 MB
    Upload trained checkpoint + model card (EmotiSpeech NTU SC4001 academic project) about 1 month ago
  • tokenizer_config.json
    351 Bytes
    Upload trained checkpoint + model card (EmotiSpeech NTU SC4001 academic project) about 1 month ago