HAJIWEE commited on
Commit
f953c7e
1 Parent(s): e0bc3ca

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -4,9 +4,24 @@ tags:
4
  - generated_from_trainer
5
  datasets:
6
  - opus100
 
 
7
  model-index:
8
  - name: en2zh_opus_100
9
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -15,6 +30,10 @@ should probably proofread and complete it, then remove this comment. -->
15
  # en2zh_opus_100
16
 
17
  This model is a fine-tuned version of [HAJIWEE/en2zh_opus_100](https://huggingface.co/HAJIWEE/en2zh_opus_100) on the opus100 dataset.
 
 
 
 
18
 
19
  ## Model description
20
 
@@ -41,6 +60,14 @@ The following hyperparameters were used during training:
41
  - lr_scheduler_type: linear
42
  - num_epochs: 2
43
 
 
 
 
 
 
 
 
 
44
  ### Framework versions
45
 
46
  - Transformers 4.27.4
 
4
  - generated_from_trainer
5
  datasets:
6
  - opus100
7
+ metrics:
8
+ - bleu
9
  model-index:
10
  - name: en2zh_opus_100
11
+ results:
12
+ - task:
13
+ name: Sequence-to-sequence Language Modeling
14
+ type: text2text-generation
15
+ dataset:
16
+ name: opus100
17
+ type: opus100
18
+ config: en-zh
19
+ split: test
20
+ args: en-zh
21
+ metrics:
22
+ - name: Bleu
23
+ type: bleu
24
+ value: 12.9203
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
30
  # en2zh_opus_100
31
 
32
  This model is a fine-tuned version of [HAJIWEE/en2zh_opus_100](https://huggingface.co/HAJIWEE/en2zh_opus_100) on the opus100 dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 2.0799
35
+ - Bleu: 12.9203
36
+ - Gen Len: 15.2965
37
 
38
  ## Model description
39
 
 
60
  - lr_scheduler_type: linear
61
  - num_epochs: 2
62
 
63
+ ### Training results
64
+
65
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
66
+ |:-------------:|:-----:|:------:|:---------------:|:-------:|:-------:|
67
+ | 2.6252 | 1.0 | 166667 | 2.1221 | 12.7341 | 15.3295 |
68
+ | 2.5579 | 2.0 | 333334 | 2.0799 | 12.9203 | 15.2965 |
69
+
70
+
71
  ### Framework versions
72
 
73
  - Transformers 4.27.4