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

Khoa
/
bart-financial-news-summarization

Feature Extraction
Transformers
bart
Model card Files Files and versions
xet
Community

Instructions to use Khoa/bart-financial-news-summarization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Khoa/bart-financial-news-summarization with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Khoa/bart-financial-news-summarization")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("Khoa/bart-financial-news-summarization")
    model = AutoModel.from_pretrained("Khoa/bart-financial-news-summarization")
  • Notebooks
  • Google Colab
  • Kaggle
bart-financial-news-summarization
2.71 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
Khoa's picture
Khoa
Update config.json
a313ceb over 3 years ago
  • .gitattributes
    1.38 kB
    initial commit over 3 years ago
  • config.json
    1.62 kB
    Update config.json over 3 years ago
  • merges.txt
    456 kB
    Upload merges.txt over 3 years ago
  • tokenizer.json
    1.36 MB
    Upload tokenizer.json over 3 years ago
  • tokenizer_config.json
    26 Bytes
    Upload tokenizer_config.json over 3 years ago
  • vocab.json
    899 kB
    Upload vocab.json over 3 years ago