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

project-aps
/
finbert-finetune

Text Classification
Transformers
PyTorch
Safetensors
English
bert
finance
financial
news
sentiment-analysis
finbert
transfomer
financial-news
financial-news-sentiment
text-embeddings-inference
Model card Files Files and versions
xet
Community
3

Instructions to use project-aps/finbert-finetune with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use project-aps/finbert-finetune with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="project-aps/finbert-finetune")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("project-aps/finbert-finetune")
    model = AutoModelForSequenceClassification.from_pretrained("project-aps/finbert-finetune")
  • Notebooks
  • Google Colab
  • Kaggle
finbert-finetune
1.72 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
project-aps's picture
project-aps
Update README.md
f705b02 verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    204 Bytes
    Update README.md 11 months ago