Andrei Panferov commited on
Commit
dd2d088
1 Parent(s): b06789f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -1,3 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
1
+ ---
2
+ language:
3
+ - ru
4
+ tags:
5
+ - PyTorch
6
+ - Transformers
7
+ thumbnail: "https://github.com/sberbank-ai/model-zoo"
8
+
9
+ ---
10
+ # ebanko-base
11
+ Model was finetuned by [black_samorez](https://github.com/BlackSamorez).
12
+
13
+ Based off [sberbank-ai/ruT5-base](https://huggingface.co/sberbank-ai/ruT5-base).
14
+
15
+ Finetuned on [Russian Language Toxic Comments](https://www.kaggle.com/datasets/blackmoon/russian-language-toxic-comments) and [
16
+ russe_detox_2022](https://github.com/skoltech-nlp/russe_detox_2022) train to toxify text.
17
+ * Task: `text2text generation`
18
+ * Type: `encoder-decoder`
19
+ * Tokenizer: `bpe`
20
+ * Dict size: `32 101 `
21
+ * Num Parameters: `737 M`
22
+
23
  ---
24
  license: apache-2.0
25
  ---