data-silence commited on
Commit
980fd21
1 Parent(s): a176e39

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -143,6 +143,9 @@ This repository contains the mT5 checkpoint finetuned on the 45 languages of my
143
  The model solves the news summarization task: it's designed to simultaneously generate a headline and a summary of a news article based on its full content.
144
  The primary focus of the training was on Russian language operation, but to some extent the model will work on text in any language supported by the mT5 mother model and XL-Sum dataset.
145
 
 
 
 
146
 
147
  ## Using this model in `transformers`
148
 
 
143
  The model solves the news summarization task: it's designed to simultaneously generate a headline and a summary of a news article based on its full content.
144
  The primary focus of the training was on Russian language operation, but to some extent the model will work on text in any language supported by the mT5 mother model and XL-Sum dataset.
145
 
146
+ ## Testing this model on `Spaces`
147
+
148
+ You can try the model's work and evaluate its quality [here](https://huggingface.co/spaces/data-silence/sumnews)
149
 
150
  ## Using this model in `transformers`
151