Summarization
Transformers
PyTorch
English
led
text2text-generation
text-generation
encoder-decoder
longformer
bart
abstractive-summarization
news-summarization
research-summarization
document-summarization
english
NLP
Instructions to use assemsabry/Research-News-AI-Summarizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use assemsabry/Research-News-AI-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="assemsabry/Research-News-AI-Summarizer")# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("assemsabry/Research-News-AI-Summarizer") model = AutoModelForMultimodalLM.from_pretrained("assemsabry/Research-News-AI-Summarizer") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 325779119d1bfe844421ee67af8ee9e2a8757eb002ed37538d9e51bec0fd6278
- Size of remote file:
- 648 MB
- SHA256:
- 779cd73728a82f1dbecbbc93d07c737c3f036d782c19bdf953479004e7dbd6d3
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.