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

  • Log In
  • Sign Up

Dannyar608
/
Text_summarizer

Summarization
Transformers
English
code
Summarizer
BART
Gradio
Machine Learning
Natural Language Processing (NLP)
Deep Learning
Interactive Demo
Python
AI
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Dannyar608/Text_summarizer with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "summarization" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("summarization", model="Dannyar608/Text_summarizer")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Dannyar608/Text_summarizer", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Text_summarizer
2.48 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Dannyar608's picture
Dannyar608
Create README.md
a82f821 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • Code
    610 Bytes
    Create Code about 1 year ago
  • README.md
    348 Bytes
    Create README.md about 1 year ago