Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

BrachioLab
/
roberta-base-go_emotions

Feature Extraction
Transformers
Safetensors
xlm-roberta
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use BrachioLab/roberta-base-go_emotions with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="BrachioLab/roberta-base-go_emotions")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("BrachioLab/roberta-base-go_emotions")
    model = AutoModel.from_pretrained("BrachioLab/roberta-base-go_emotions")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-base-go_emotions
1.11 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
chaenykim's picture
chaenykim
Upload model
42b024b verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    5.17 kB
    Create README.md almost 2 years ago
  • config.json
    832 Bytes
    Upload model almost 2 years ago
  • model.safetensors
    1.11 GB
    xet
    Upload model almost 2 years ago