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, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("assemsabry/Research-News-AI-Summarizer") model = AutoModelForSeq2SeqLM.from_pretrained("assemsabry/Research-News-AI-Summarizer") - Notebooks
- Google Colab
- Kaggle
Delete stam_muon_benchmark_all_files.zip
Browse files
stam_muon_benchmark_all_files.zip
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3b6074f9fc3b1860b80157f9afc3c6f70978bf7fb06504803f1f66df35eb2ca6
|
| 3 |
-
size 646657678
|
|
|
|
|
|
|
|
|
|
|
|