Edit model card
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

The given model is a version of Ilya Gusev's rut5_base_sum_gazeta model that has been trained to summarize WhatsApp chats in Russian using a custom dataset collected and annotated for this task specifically

The model can be tested with the following code:

from transformers import pipeline model = 'marlechka/rut5_chats' summarizer = pipeline("summarization", model=model) chat = YOUR CHAT

text = f'summarize: {chat}' print(summarizer(text))

Downloads last month
7
Safetensors
Model size
244M params
Tensor type
F32
·