cointegrated commited on
Commit
eaf803c
1 Parent(s): a237fbd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -7,7 +7,13 @@ license: mit
7
 
8
  This is the [rut5-base](https://huggingface.co/cointegrated/rut5-base) model, with the decoder fine-tuned to recover (approximately) Russian sentences from their [LaBSE](https://huggingface.co/setu4993/LaBSE) embeddings.
9
 
10
- Usage:
 
 
 
 
 
 
11
  ```python
12
  import torch
13
  from transformers import AutoModelForSeq2SeqLM, AutoTokenizer, AutoModel
 
7
 
8
  This is the [rut5-base](https://huggingface.co/cointegrated/rut5-base) model, with the decoder fine-tuned to recover (approximately) Russian sentences from their [LaBSE](https://huggingface.co/setu4993/LaBSE) embeddings.
9
 
10
+ It can be used, for example, for:
11
+ - Translating from the 109 LaBSE languages to Russian;
12
+ - Summarizing a collection of sentences with a single sentence;
13
+ - Interpolating between sentences;
14
+ - Few-shot text style transfer (including cross-lingual).
15
+
16
+ Example code:
17
  ```python
18
  import torch
19
  from transformers import AutoModelForSeq2SeqLM, AutoTokenizer, AutoModel