vhahvhah commited on
Commit
b75c1c4
1 Parent(s): bb64ef7

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -8
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Bleu
23
  type: bleu
24
- value: 0.3516
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,9 +31,9 @@ should probably proofread and complete it, then remove this comment. -->
31
 
32
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the opus_books dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 3.5666
35
- - Bleu: 0.3516
36
- - Gen Len: 17.5125
37
 
38
  ## Model description
39
 
@@ -59,19 +59,18 @@ The following hyperparameters were used during training:
59
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
  - lr_scheduler_type: linear
61
  - num_epochs: 2
62
- - mixed_precision_training: Native AMP
63
 
64
  ### Training results
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
67
  |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
68
- | No log | 1.0 | 71 | 3.6524 | 0.3601 | 17.5089 |
69
- | No log | 2.0 | 142 | 3.5666 | 0.3516 | 17.5125 |
70
 
71
 
72
  ### Framework versions
73
 
74
- - Transformers 4.29.2
75
  - Pytorch 2.0.1+cu118
76
  - Datasets 2.12.0
77
  - Tokenizers 0.13.3
 
21
  metrics:
22
  - name: Bleu
23
  type: bleu
24
+ value: 0.8381
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
 
32
  This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the opus_books dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 3.5905
35
+ - Bleu: 0.8381
36
+ - Gen Len: 17.1601
37
 
38
  ## Model description
39
 
 
59
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
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
+ | No log | 1.0 | 71 | 3.6818 | 0.8636 | 17.0356 |
68
+ | No log | 2.0 | 142 | 3.5905 | 0.8381 | 17.1601 |
69
 
70
 
71
  ### Framework versions
72
 
73
+ - Transformers 4.30.1
74
  - Pytorch 2.0.1+cu118
75
  - Datasets 2.12.0
76
  - Tokenizers 0.13.3