IlyaGusev / rut5_base_headline_gen_telegram

huggingface.co
Total runs: 9.4K
24-hour runs: -110
7-day runs: 84
30-day runs: 2.5K
Model's Last Updated: December 19 2021
summarization

Introduction of rut5_base_headline_gen_telegram

Model Details of rut5_base_headline_gen_telegram

RuT5TelegramHeadlines

Model description

Based on rut5-base model

Intended uses & limitations
How to use
from transformers import AutoTokenizer, T5ForConditionalGeneration

model_name = "IlyaGusev/rut5_base_headline_gen_telegram"
tokenizer = AutoTokenizer.from_pretrained(model_name)
model = T5ForConditionalGeneration.from_pretrained(model_name)

article_text = "..."

input_ids = tokenizer(
    [article_text],
    max_length=600,
    add_special_tokens=True,
    padding="max_length",
    truncation=True,
    return_tensors="pt"
)["input_ids"]

output_ids = model.generate(
    input_ids=input_ids
)[0]

headline = tokenizer.decode(output_ids, skip_special_tokens=True)
print(headline)
Training data
Training procedure

Runs of IlyaGusev rut5_base_headline_gen_telegram on huggingface.co

9.4K
Total runs
-110
24-hour runs
-268
3-day runs
84
7-day runs
2.5K
30-day runs

More Information About rut5_base_headline_gen_telegram huggingface.co Model

More rut5_base_headline_gen_telegram license Visit here:

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

rut5_base_headline_gen_telegram huggingface.co

rut5_base_headline_gen_telegram huggingface.co is an AI model on huggingface.co that provides rut5_base_headline_gen_telegram's model effect (), which can be used instantly with this IlyaGusev rut5_base_headline_gen_telegram model. huggingface.co supports a free trial of the rut5_base_headline_gen_telegram model, and also provides paid use of the rut5_base_headline_gen_telegram. Support call rut5_base_headline_gen_telegram model through api, including Node.js, Python, http.

rut5_base_headline_gen_telegram huggingface.co Url

https://huggingface.co/IlyaGusev/rut5_base_headline_gen_telegram

IlyaGusev rut5_base_headline_gen_telegram online free

rut5_base_headline_gen_telegram huggingface.co is an online trial and call api platform, which integrates rut5_base_headline_gen_telegram's modeling effects, including api services, and provides a free online trial of rut5_base_headline_gen_telegram, you can try rut5_base_headline_gen_telegram online for free by clicking the link below.

IlyaGusev rut5_base_headline_gen_telegram online free url in huggingface.co:

https://huggingface.co/IlyaGusev/rut5_base_headline_gen_telegram

rut5_base_headline_gen_telegram install

rut5_base_headline_gen_telegram is an open source model from GitHub that offers a free installation service, and any user can find rut5_base_headline_gen_telegram on GitHub to install. At the same time, huggingface.co provides the effect of rut5_base_headline_gen_telegram install, users can directly use rut5_base_headline_gen_telegram installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

rut5_base_headline_gen_telegram install url in huggingface.co:

https://huggingface.co/IlyaGusev/rut5_base_headline_gen_telegram

Url of rut5_base_headline_gen_telegram

rut5_base_headline_gen_telegram huggingface.co Url

Provider of rut5_base_headline_gen_telegram huggingface.co

IlyaGusev
ORGANIZATIONS

Other API from IlyaGusev

huggingface.co

Total runs: 9
Run Growth: -2
Growth Rate: -22.22%
Updated: July 13 2022
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated: May 18 2023