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

  • Log In
  • Sign Up

ABCBABC
/
roberta-goemotions-custom

Fill-Mask
Transformers
PyTorch
roberta
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use ABCBABC/roberta-goemotions-custom with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("fill-mask", model="ABCBABC/roberta-goemotions-custom")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForMaskedLM
    
    tokenizer = AutoTokenizer.from_pretrained("ABCBABC/roberta-goemotions-custom")
    model = AutoModelForMaskedLM.from_pretrained("ABCBABC/roberta-goemotions-custom")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-goemotions-custom
504 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
ABCBABC's picture
ABCBABC
Upload pytorch_model.bin with huggingface_hub
0963fc9 verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    5.17 kB
    Upload tokenizer 5 months ago
  • config.json
    845 Bytes
    Upload config 5 months ago
  • merges.txt
    456 kB
    Upload tokenizer 5 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    499 MB
    xet
    Upload pytorch_model.bin with huggingface_hub 5 months ago
  • special_tokens_map.json
    280 Bytes
    Upload tokenizer 5 months ago
  • tokenizer.json
    3.56 MB
    Upload tokenizer 5 months ago
  • tokenizer_config.json
    1.25 kB
    Upload tokenizer 5 months ago
  • vocab.json
    798 kB
    Upload tokenizer 5 months ago