JinbiaoZhu commited on
Commit
de12ccc
1 Parent(s): 2ed4b10

End of training

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -3,6 +3,8 @@ license: apache-2.0
3
  base_model: google-t5/t5-base
4
  tags:
5
  - generated_from_trainer
 
 
6
  model-index:
7
  - name: finetuned-t5-base-opus-books-Translation
8
  results: []
@@ -14,6 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
14
  # finetuned-t5-base-opus-books-Translation
15
 
16
  This model is a fine-tuned version of [google-t5/t5-base](https://huggingface.co/google-t5/t5-base) on an unknown dataset.
 
 
 
 
17
 
18
  ## Model description
19
 
@@ -41,6 +47,15 @@ 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.38.2
 
3
  base_model: google-t5/t5-base
4
  tags:
5
  - generated_from_trainer
6
+ metrics:
7
+ - bleu
8
  model-index:
9
  - name: finetuned-t5-base-opus-books-Translation
10
  results: []
 
16
  # finetuned-t5-base-opus-books-Translation
17
 
18
  This model is a fine-tuned version of [google-t5/t5-base](https://huggingface.co/google-t5/t5-base) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.1340
21
+ - Bleu: 8.4165
22
+ - Gen Len: 17.5384
23
 
24
  ## Model description
25
 
 
47
  - num_epochs: 3
48
  - mixed_precision_training: Native AMP
49
 
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
53
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
54
+ | 1.3674 | 1.0 | 1022 | 1.1948 | 7.8489 | 17.5246 |
55
+ | 1.3687 | 2.0 | 2044 | 1.1482 | 8.2967 | 17.5249 |
56
+ | 1.1273 | 3.0 | 3066 | 1.1340 | 8.4165 | 17.5384 |
57
+
58
+
59
  ### Framework versions
60
 
61
  - Transformers 4.38.2