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

fhamborg
/
roberta-targeted-sentiment-classification-newsarticles

Text Classification
Transformers
PyTorch
English
roberta
sentiment-analysis
sentiment-classification
targeted-sentiment-classification
target-depentent-sentiment-classification
Model card Files Files and versions
xet
Community
2

Instructions to use fhamborg/roberta-targeted-sentiment-classification-newsarticles with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use fhamborg/roberta-targeted-sentiment-classification-newsarticles with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="fhamborg/roberta-targeted-sentiment-classification-newsarticles")
    # Load model directly
    from transformers import AutoTokenizer, PretrainedWrapper
    
    tokenizer = AutoTokenizer.from_pretrained("fhamborg/roberta-targeted-sentiment-classification-newsarticles")
    model = PretrainedWrapper.from_pretrained("fhamborg/roberta-targeted-sentiment-classification-newsarticles")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-targeted-sentiment-classification-newsarticles
614 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 13 commits
fhamborg's picture
fhamborg
Update README.md
ca1bf21 over 4 years ago
  • .gitattributes
    1.18 kB
    initial commit over 4 years ago
  • README.md
    2.89 kB
    Update README.md over 4 years ago
  • config.json
    582 Bytes
    Update from felix over 4 years ago
  • merges.txt
    456 kB
    Update from felix over 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    612 MB
    xet
    Update from felix over 4 years ago
  • special_tokens_map.json
    772 Bytes
    Update from felix over 4 years ago
  • tokenizer_config.json
    1.05 kB
    Update from felix over 4 years ago
  • vocab.json
    899 kB
    Update from felix over 4 years ago