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

UMUTeam
/
MarIA-emotion-es

Text Classification
Transformers
PyTorch
Spanish
roberta
emotion-recognition
speech-emotion-recognition
spanish
affective-computing
umuteam
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community
4

Instructions to use UMUTeam/MarIA-emotion-es with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use UMUTeam/MarIA-emotion-es with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="UMUTeam/MarIA-emotion-es")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("UMUTeam/MarIA-emotion-es")
    model = AutoModelForSequenceClassification.from_pretrained("UMUTeam/MarIA-emotion-es")
  • Notebooks
  • Google Colab
  • Kaggle
MarIA-emotion-es
502 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
Rhpan's picture
Rhpan
tomasBernal's picture
tomasBernal
Update README.md (#4)
17e08dc 29 days ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    7.36 kB
    Update README.md (#4) 29 days ago
  • config.json
    1.04 kB
    Upload folder using huggingface_hub 6 months ago
  • merges.txt
    509 kB
    Upload folder using huggingface_hub 6 months ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.LongStorage",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    499 MB
    xet
    Upload folder using huggingface_hub 6 months ago
  • special_tokens_map.json
    957 Bytes
    Upload folder using huggingface_hub 6 months ago
  • tokenizer.json
    2.21 MB
    Upload folder using huggingface_hub 6 months ago
  • tokenizer_config.json
    1.42 kB
    Upload folder using huggingface_hub 6 months ago
  • vocab.json
    851 kB
    Upload folder using huggingface_hub 6 months ago