Hoax0930 commited on
Commit
13c2848
·
1 Parent(s): b48fc13

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
3
  tags:
4
  - translation
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: kftt
8
  results: []
@@ -14,6 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
14
  # kftt
15
 
16
  This model is a fine-tuned version of [Helsinki-NLP/opus-tatoeba-en-ja](https://huggingface.co/Helsinki-NLP/opus-tatoeba-en-ja) on an unknown dataset.
 
 
 
17
 
18
  ## Model description
19
 
@@ -41,9 +46,13 @@ The following hyperparameters were used during training:
41
  - num_epochs: 3
42
  - mixed_precision_training: Native AMP
43
 
 
 
 
 
44
  ### Framework versions
45
 
46
- - Transformers 4.21.2
47
  - Pytorch 1.12.1+cu113
48
  - Datasets 2.4.0
49
  - Tokenizers 0.12.1
 
3
  tags:
4
  - translation
5
  - generated_from_trainer
6
+ metrics:
7
+ - bleu
8
  model-index:
9
  - name: kftt
10
  results: []
 
16
  # kftt
17
 
18
  This model is a fine-tuned version of [Helsinki-NLP/opus-tatoeba-en-ja](https://huggingface.co/Helsinki-NLP/opus-tatoeba-en-ja) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.8809
21
+ - Bleu: 15.2565
22
 
23
  ## Model description
24
 
 
46
  - num_epochs: 3
47
  - mixed_precision_training: Native AMP
48
 
49
+ ### Training results
50
+
51
+
52
+
53
  ### Framework versions
54
 
55
+ - Transformers 4.21.3
56
  - Pytorch 1.12.1+cu113
57
  - Datasets 2.4.0
58
  - Tokenizers 0.12.1