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

Lakssssshya
/
roberta-large-goemotions

Text Classification
Transformers
PyTorch
English
roberta
emotion-classification
multi-label-classification
goemotions
sentiment-analysis
focal-loss
threshold-optimization
Model card Files Files and versions
xet
Community
1

Instructions to use Lakssssshya/roberta-large-goemotions with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Lakssssshya/roberta-large-goemotions with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Lakssssshya/roberta-large-goemotions")
    # Load model directly
    from transformers import AutoTokenizer, RobertaForMultiLabelClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Lakssssshya/roberta-large-goemotions")
    model = RobertaForMultiLabelClassification.from_pretrained("Lakssssshya/roberta-large-goemotions")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-large-goemotions
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Lakssssshya's picture
Lakssssshya
create readme.md
e83088c verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    19 kB
    create readme.md 7 months ago
  • config.json
    643 Bytes
    πŸš€ Uploading optimized RoBERTa GoEmotions model (final) 7 months ago
  • merges.txt
    506 kB
    πŸš€ Uploading optimized RoBERTa GoEmotions model (final) 7 months ago
  • optimal_thresholds.json
    483 Bytes
    πŸš€ Uploading optimized RoBERTa GoEmotions model (final) 7 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    1.42 GB
    xet
    πŸš€ Uploading optimized RoBERTa GoEmotions model (final) 7 months ago
  • readme (4).md
    19 kB
    Upload readme (4).md 7 months ago
  • special_tokens_map.json
    1.01 kB
    πŸš€ Uploading optimized RoBERTa GoEmotions model (final) 7 months ago
  • tokenizer_config.json
    1.25 kB
    πŸš€ Uploading optimized RoBERTa GoEmotions model (final) 7 months ago
  • training_info.json
    118 Bytes
    πŸš€ Uploading optimized RoBERTa GoEmotions model (final) 7 months ago
  • vocab.json
    1.05 MB
    πŸš€ Uploading optimized RoBERTa GoEmotions model (final) 7 months ago