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

arpanghoshal
/
EmoRoBERTa

Text Classification
Transformers
google-tensorflow TensorFlow
English
roberta
tensorflow
Model card Files Files and versions
xet
Community
3

Instructions to use arpanghoshal/EmoRoBERTa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use arpanghoshal/EmoRoBERTa with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="arpanghoshal/EmoRoBERTa")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("arpanghoshal/EmoRoBERTa")
    model = AutoModelForSequenceClassification.from_pretrained("arpanghoshal/EmoRoBERTa", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
EmoRoBERTa
503 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 35 commits
arpanghoshal's picture
arpanghoshal
Update README.md
477c2e0 verified 5 days ago
  • .DS_Store
    6.15 kB
    v2 about 5 years ago
  • .gitattributes
    690 Bytes
    Update .gitattributes about 5 years ago
  • README.md
    1.89 kB
    Update README.md 5 days ago
  • config.json
    1.72 kB
    Update config.json about 5 years ago
  • merges.txt
    456 kB
    v2 about 5 years ago
  • special_tokens_map.json
    239 Bytes
    v2 about 5 years ago
  • tf_model.h5
    501 MB
    xet
    v2 about 5 years ago
  • tokenizer_config.json
    25 Bytes
    v2 about 5 years ago
  • vocab.json
    798 kB
    v2 about 5 years ago