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

StevenLimcorn
/
indonesian-roberta-base-emotion-classifier

Text Classification
Transformers
PyTorch
google-tensorflow TensorFlow
Safetensors
Indonesian
roberta
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use StevenLimcorn/indonesian-roberta-base-emotion-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use StevenLimcorn/indonesian-roberta-base-emotion-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="StevenLimcorn/indonesian-roberta-base-emotion-classifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("StevenLimcorn/indonesian-roberta-base-emotion-classifier")
    model = AutoModelForSequenceClassification.from_pretrained("StevenLimcorn/indonesian-roberta-base-emotion-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
indonesian-roberta-base-emotion-classifier
1.5 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
StevenLimcorn's picture
StevenLimcorn
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
1b9a48d almost 3 years ago
  • .gitattributes
    791 Bytes
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • README.md
    2.71 kB
    Update README.md almost 3 years ago
  • config.json
    988 Bytes
    initial commit; fine-tuned on EmoT almost 5 years ago
  • merges.txt
    467 kB
    initial commit; fine-tuned on EmoT almost 5 years ago
  • model.safetensors
    499 MB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • pytorch_model.bin
    499 MB
    xet
    initial commit; fine-tuned on EmoT almost 5 years ago
  • special_tokens_map.json
    239 Bytes
    initial commit; fine-tuned on EmoT almost 5 years ago
  • tf_model.h5
    499 MB
    xet
    initial commit; fine-tuned on EmoT almost 5 years ago
  • tokenizer.json
    1.38 MB
    initial commit; fine-tuned on EmoT almost 5 years ago
  • tokenizer_config.json
    328 Bytes
    initial commit; fine-tuned on EmoT almost 5 years ago
  • vocab.json
    808 kB
    initial commit; fine-tuned on EmoT almost 5 years ago