Commit
·
7dee493
1
Parent(s):
6380820
Update README.md
Browse files
README.md
CHANGED
@@ -24,4 +24,21 @@ widget:
|
|
24 |
example_title: "en -> be"
|
25 |
- text: "<extra_id_7>to the stars through difficulties."
|
26 |
example_title: "en -> ru"
|
27 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
example_title: "en -> be"
|
25 |
- text: "<extra_id_7>to the stars through difficulties."
|
26 |
example_title: "en -> ru"
|
27 |
+
---
|
28 |
+
|
29 |
+
# T5 for belarusian language
|
30 |
+
|
31 |
+
This model based on T5-small with sequence length equal 128 tokens.
|
32 |
+
|
33 |
+
Supported tasks:
|
34 |
+
- translation BE to RU: <extra_id_1>
|
35 |
+
- translation BE to EN: <extra_id_2>
|
36 |
+
- translation RU to BE: <extra_id_3>
|
37 |
+
- translation RU to EN: <extra_id_5>
|
38 |
+
- translation EN to BE: <extra_id_6>
|
39 |
+
- translation EN to RU: <extra_id_7>
|
40 |
+
|
41 |
+
Metrics:
|
42 |
+
- [evel/BLEU](https://api.wandb.ai/links/miklgr500/31mq4s36)
|
43 |
+
- [evel/loss](https://api.wandb.ai/links/miklgr500/rvi2p69n)
|
44 |
+
- [train/loss](https://api.wandb.ai/links/miklgr500/z9alu3n5)
|