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

  • Log In
  • Sign Up

oandreae
/
financial_sentiment_model

Text Classification
Transformers
PyTorch
TensorBoard
perceiver
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
2

Instructions to use oandreae/financial_sentiment_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use oandreae/financial_sentiment_model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="oandreae/financial_sentiment_model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("oandreae/financial_sentiment_model")
    model = AutoModelForSequenceClassification.from_pretrained("oandreae/financial_sentiment_model")
  • Notebooks
  • Google Colab
  • Kaggle
financial_sentiment_model
1.65 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
8cbfce0 almost 3 years ago
  • runs
    End of training over 4 years ago
  • .gitattributes
    1.23 kB
    Adding `safetensors` variant of this model almost 3 years ago
  • .gitignore
    13 Bytes
    Training in progress, epoch 1 over 4 years ago
  • README.md
    2.22 kB
    update model card README.md over 4 years ago
  • config.json
    1.18 kB
    Training in progress, epoch 1 over 4 years ago
  • model.safetensors
    824 MB
    xet
    Adding `safetensors` variant of this model almost 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    825 MB
    xet
    End of training over 4 years ago
  • special_tokens_map.json
    668 Bytes
    Training in progress, epoch 1 over 4 years ago
  • tokenizer_config.json
    1.15 kB
    Training in progress, epoch 1 over 4 years ago
  • training_args.bin

    Detected Pickle imports (5)

    • "transformers.trainer_utils.HubStrategy",
    • "transformers.trainer_utils.IntervalStrategy",
    • "torch.device",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.SchedulerType"

    How to fix it?

    2.99 kB
    xet
    Training in progress, epoch 1 over 4 years ago