Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,34 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
```
|
3 |
predict_bleu = 23.3736
|
4 |
predict_gen_len = 16.8114
|
@@ -9,6 +39,14 @@
|
|
9 |
predict_steps_per_second = 0.211
|
10 |
```
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
### Inference
|
13 |
|
14 |
```bash
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- ru
|
4 |
+
- kbd
|
5 |
+
license: mit
|
6 |
+
base_model: facebook/m2m100_1.2B
|
7 |
+
tags:
|
8 |
+
- generated_from_trainer
|
9 |
+
datasets:
|
10 |
+
- anzorq/ru-kbd
|
11 |
+
model-index:
|
12 |
+
- name: m2m100_1.2B_ft_ru-kbd_50K
|
13 |
+
results: []
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
# m2m100_418M_ft_ru-kbd_50K
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [facebook/m2m100_1.2B](https://huggingface.co/facebook/m2m100_1.2B) on the [anzorq/ru-kbd](https://huggingface.co/datasets/anzorq/ru-kbd) dataset.
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Eval
|
32 |
```
|
33 |
predict_bleu = 23.3736
|
34 |
predict_gen_len = 16.8114
|
|
|
39 |
predict_steps_per_second = 0.211
|
40 |
```
|
41 |
|
42 |
+
### Framework versions
|
43 |
+
|
44 |
+
- Transformers 4.34.0.dev0
|
45 |
+
- Pytorch 2.0.1+cu118
|
46 |
+
- Datasets 2.14.5
|
47 |
+
- Tokenizers 0.14.0
|
48 |
+
|
49 |
+
|
50 |
### Inference
|
51 |
|
52 |
```bash
|