RUCAIBox / mvp-summarization

huggingface.co
Total runs: 8
24-hour runs: 0
7-day runs: -3
30-day runs: -10
Model's Last Updated: June 27 2022
text-generation

Introduction of mvp-summarization

Model Details of mvp-summarization

MVP-summarization

The MVP-summarization model was proposed in MVP: Multi-task Supervised Pre-training for Natural Language Generation by Tianyi Tang, Junyi Li, Wayne Xin Zhao and Ji-Rong Wen.

The detailed information and instructions can be found https://github.com/RUCAIBox/MVP .

Model Description

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"]
Related Models

MVP : https://huggingface.co/RUCAIBox/mvp .

Prompt-based models :

Multi-task models :

Citation
@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

More mvp-summarization license Visit here:

https://choosealicense.com/licenses/apache-2.0

mvp-summarization huggingface.co

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 Url

https://huggingface.co/RUCAIBox/mvp-summarization

RUCAIBox mvp-summarization online free

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:

https://huggingface.co/RUCAIBox/mvp-summarization

mvp-summarization install

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.

mvp-summarization install url in huggingface.co:

https://huggingface.co/RUCAIBox/mvp-summarization

Url of mvp-summarization

mvp-summarization huggingface.co Url

Provider of mvp-summarization huggingface.co

RUCAIBox
ORGANIZATIONS

Other API from RUCAIBox

huggingface.co

Total runs: 3.2K
Run Growth: -938
Growth Rate: -29.06%
Updated:June 27 2022
huggingface.co

Total runs: 45
Run Growth: 25
Growth Rate: 54.35%
Updated:October 28 2022
huggingface.co

Total runs: 41
Run Growth: 25
Growth Rate: 65.79%
Updated:August 03 2023
huggingface.co

Total runs: 32
Run Growth: 11
Growth Rate: 37.93%
Updated:August 03 2023
huggingface.co

Total runs: 12
Run Growth: 3
Growth Rate: 25.00%
Updated:June 27 2022
huggingface.co

Total runs: 7
Run Growth: 0
Growth Rate: 0.00%
Updated:June 27 2022