kazandaev commited on
Commit
51094fe
·
1 Parent(s): 3217ad2

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -15,9 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model was trained from scratch on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.7278
19
- - Bleu: 14.0945
20
- - Gen Len: 17.862
21
 
22
  ## Model description
23
 
@@ -36,7 +36,7 @@ More information needed
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
- - learning_rate: 0.0002
40
  - train_batch_size: 16
41
  - eval_batch_size: 4
42
  - seed: 42
@@ -50,9 +50,9 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
52
  |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|
53
- | 0.6357 | 1.0 | 9641 | 0.7772 | 13.6966 | 17.8754 |
54
- | 0.6615 | 2.0 | 19282 | 0.7505 | 13.8085 | 17.8701 |
55
- | 0.6991 | 3.0 | 28923 | 0.7278 | 14.0945 | 17.862 |
56
 
57
 
58
  ### Framework versions
 
15
 
16
  This model was trained from scratch on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.7194
19
+ - Bleu: 14.3528
20
+ - Gen Len: 17.8655
21
 
22
  ## Model description
23
 
 
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
+ - learning_rate: 0.0001
40
  - train_batch_size: 16
41
  - eval_batch_size: 4
42
  - seed: 42
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
52
  |:-------------:|:-----:|:-----:|:---------------:|:-------:|:-------:|
53
+ | 0.5319 | 1.0 | 9641 | 0.8010 | 14.0075 | 17.8566 |
54
+ | 0.5903 | 2.0 | 19282 | 0.7652 | 14.268 | 17.8691 |
55
+ | 0.6942 | 3.0 | 28923 | 0.7194 | 14.3528 | 17.8655 |
56
 
57
 
58
  ### Framework versions