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

codealchemist01
/
financial-sentiment-improved

Text Classification
Transformers
Safetensors
English
bert
financial-sentiment
sentiment-analysis
finance
nlp
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use codealchemist01/financial-sentiment-improved with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="codealchemist01/financial-sentiment-improved")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("codealchemist01/financial-sentiment-improved")
    model = AutoModelForSequenceClassification.from_pretrained("codealchemist01/financial-sentiment-improved")
  • Notebooks
  • Google Colab
  • Kaggle
financial-sentiment-improved
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
codealchemist01's picture
codealchemist01
initial commit
53eb8b3 verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago