Commit
·
0abaea9
1
Parent(s):
caff0b7
Update Readme
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# ruby-rails-fine-tuned-ja-en
|
18 |
|
19 |
-
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-ja-en](https://huggingface.co/Helsinki-NLP/opus-mt-ja-en)
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 1.6714
|
22 |
- Bleu: 0.3300
|
@@ -24,15 +24,15 @@ It achieves the following results on the evaluation set:
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
-
|
28 |
|
29 |
## Intended uses & limitations
|
30 |
|
31 |
-
|
32 |
|
33 |
## Training and evaluation data
|
34 |
|
35 |
-
|
36 |
|
37 |
## Training procedure
|
38 |
|
|
|
16 |
|
17 |
# ruby-rails-fine-tuned-ja-en
|
18 |
|
19 |
+
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-ja-en](https://huggingface.co/Helsinki-NLP/opus-mt-ja-en).
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 1.6714
|
22 |
- Bleu: 0.3300
|
|
|
24 |
|
25 |
## Model description
|
26 |
|
27 |
+
Fine-tuned for Japanese to English translation of the Ruby and Rails documentation.
|
28 |
|
29 |
## Intended uses & limitations
|
30 |
|
31 |
+
The training dataset (see below) is still very small, so only minor improvements are expected.
|
32 |
|
33 |
## Training and evaluation data
|
34 |
|
35 |
+
Trained on a custom dataset specifically based on Ruby and Ruby on Rails documentation: https://huggingface.co/datasets/morinoko-inari/ruby-rails-ja-en
|
36 |
|
37 |
## Training procedure
|
38 |
|