Merge branch 'main' of https://huggingface.co/BlackSamorez/ebanko-large into main
Browse files- README.md +22 -0
- spiece.model +3 -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 |
---
|
spiece.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c43d5d89523c7b40603a3164ce65244b8f604adea7c191ab7ce55f3ef3907700
|
3 |
+
size 1003142
|