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

Jorgeutd
/
sagemaker-roberta-base-emotion

Text Classification
Transformers
PyTorch
Safetensors
English
roberta
sagemaker
roberta-base
text classification
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community
3

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

  • Libraries
  • Transformers

    How to use Jorgeutd/sagemaker-roberta-base-emotion with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Jorgeutd/sagemaker-roberta-base-emotion")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Jorgeutd/sagemaker-roberta-base-emotion")
    model = AutoModelForSequenceClassification.from_pretrained("Jorgeutd/sagemaker-roberta-base-emotion")
  • Notebooks
  • Google Colab
  • Kaggle
sagemaker-roberta-base-emotion
1,000 MB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 5 commits
Jorgeutd's picture
Jorgeutd
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#3)
22ad600 about 3 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model (#3) about 3 years ago
  • README.md
    5.44 kB
    Add verifyToken field to verify evaluation results are produced by Hugging Face's automatic model evaluator (#2) over 3 years ago
  • config.json
    993 Bytes
    commit files to HF hub over 4 years ago
  • eval_results.json
    269 Bytes
    commit files to HF hub over 4 years ago
  • merges.txt
    456 kB
    commit files to HF hub over 4 years ago
  • model.safetensors
    499 MB
    xet
    Adding `safetensors` variant of this model (#3) about 3 years ago
  • pytorch_model.bin
    499 MB
    xet
    commit files to HF hub over 4 years ago
  • special_tokens_map.json
    239 Bytes
    commit files to HF hub over 4 years ago
  • tokenizer.json
    1.36 MB
    commit files to HF hub over 4 years ago
  • tokenizer_config.json
    327 Bytes
    commit files to HF hub over 4 years ago
  • training_args.bin
    2.8 kB
    xet
    commit files to HF hub over 4 years ago
  • vocab.json
    798 kB
    commit files to HF hub over 4 years ago