MVP-summarization is a prompt-based model that MVP is further equipped with prompts pre-trained using labeled summarization datasets. It is a variant (MVP+S) of our main
MVP
model. It follows a Transformer encoder-decoder architecture with layer-wise prompts.
MVP-summarization is specially designed for summarization tasks, such as new summarization (CNN/DailyMail, XSum) and dialog summarization (SAMSum).
Example
>>> from transformers import MvpTokenizer, MvpForConditionalGeneration
>>> tokenizer = MvpTokenizer.from_pretrained("RUCAIBox/mvp")
>>> model = MvpForConditionalGeneration.from_pretrained("RUCAIBox/mvp-summarization")
>>> inputs = tokenizer(
... "Summarize: You may want to stick it to your boss and leave your job, but don't do it if these are your reasons.",
... return_tensors="pt",
... )
>>> generated_ids = model.generate(**inputs)
>>> tokenizer.batch_decode(generated_ids, skip_special_tokens=True)
["Don't do it if these are your reasons"]
@article{tang2022mvp,
title={MVP: Multi-task Supervised Pre-training for Natural Language Generation},
author={Tang, Tianyi and Li, Junyi and Zhao, Wayne Xin and Wen, Ji-Rong},
journal={arXiv preprint arXiv:2206.12131},
year={2022},
url={https://arxiv.org/abs/2206.12131},
}
Runs of RUCAIBox mvp-summarization on huggingface.co
8
Total runs
0
24-hour runs
-1
3-day runs
-3
7-day runs
-10
30-day runs
More Information About mvp-summarization huggingface.co Model
mvp-summarization huggingface.co is an AI model on huggingface.co that provides mvp-summarization's model effect (), which can be used instantly with this RUCAIBox mvp-summarization model. huggingface.co supports a free trial of the mvp-summarization model, and also provides paid use of the mvp-summarization. Support call mvp-summarization model through api, including Node.js, Python, http.
mvp-summarization huggingface.co is an online trial and call api platform, which integrates mvp-summarization's modeling effects, including api services, and provides a free online trial of mvp-summarization, you can try mvp-summarization online for free by clicking the link below.
RUCAIBox mvp-summarization online free url in huggingface.co:
mvp-summarization is an open source model from GitHub that offers a free installation service, and any user can find mvp-summarization on GitHub to install. At the same time, huggingface.co provides the effect of mvp-summarization install, users can directly use mvp-summarization installed effect in huggingface.co for debugging and trial. It also supports api for free installation.