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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

soleimanian
/
financial-roberta-large-sentiment

Text Classification
Transformers
PyTorch
English
roberta
Sentiment
RoBERTa
Financial Statements
Accounting
Finance
Business
ESG
CSR Reports
Financial News
Earnings Call Transcripts
Sustainability
Corporate governance
Model card Files Files and versions
xet
Community
5

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

  • Libraries
  • Transformers

    How to use soleimanian/financial-roberta-large-sentiment with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="soleimanian/financial-roberta-large-sentiment")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("soleimanian/financial-roberta-large-sentiment")
    model = AutoModelForSequenceClassification.from_pretrained("soleimanian/financial-roberta-large-sentiment", device_map="auto")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
financial-roberta-large-sentiment
1.42 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 29 commits
soleimanian's picture
soleimanian
Update README.md
f8804d3 verified 26 days ago
  • .gitattributes
    1.17 kB
    initial commit about 4 years ago
  • README.md
    2.14 kB
    Update README.md 26 days ago
  • config.json
    936 Bytes
    config.json about 4 years ago
  • merges.txt
    456 kB
    Upload merges.txt about 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    1.42 GB
    xet
    Upload pytorch_model.bin with git-lfs about 4 years ago
  • special_tokens_map.json
    239 Bytes
    Upload special_tokens_map.json about 4 years ago
  • tokenizer.json
    1.36 MB
    Upload tokenizer.json about 4 years ago
  • vocab.json
    798 kB
    Upload vocab.json about 4 years ago