kepinsam commited on
Commit
2fcc3ad
1 Parent(s): 9c19feb

End of training

Browse files
Files changed (2) hide show
  1. README.md +5 -5
  2. generation_config.json +4 -1
README.md CHANGED
@@ -67,11 +67,11 @@ The following hyperparameters were used during training:
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Sacrebleu | Gen Len |
69
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:-------:|
70
- | 4.8114 | 1.0 | 825 | 1.4552 | 28.698 | 45.0965 |
71
- | 1.3328 | 2.0 | 1650 | 1.2516 | 30.4316 | 45.683 |
72
- | 1.163 | 3.0 | 2475 | 1.1934 | 30.9199 | 45.474 |
73
- | 0.9982 | 4.0 | 3300 | 1.1762 | 31.635 | 45.254 |
74
- | 0.9001 | 5.0 | 4125 | 1.1713 | 31.5851 | 45.311 |
75
 
76
 
77
  ### Framework versions
 
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Sacrebleu | Gen Len |
69
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:-------:|
70
+ | 3.6041 | 1.0 | 825 | 1.4552 | 28.698 | 45.0965 |
71
+ | 1.3318 | 2.0 | 1650 | 1.2516 | 30.4316 | 45.683 |
72
+ | 1.103 | 3.0 | 2475 | 1.1934 | 30.9199 | 45.474 |
73
+ | 0.9875 | 4.0 | 3300 | 1.1762 | 31.635 | 45.254 |
74
+ | 0.9204 | 5.0 | 4125 | 1.1713 | 31.5851 | 45.311 |
75
 
76
 
77
  ### Framework versions
generation_config.json CHANGED
@@ -1,5 +1,8 @@
1
  {
 
 
 
2
  "max_length": 200,
3
- "push_to_hub": true,
4
  "transformers_version": "4.41.2"
5
  }
 
1
  {
2
+ "bos_token_id": 0,
3
+ "decoder_start_token_id": 2,
4
+ "eos_token_id": 2,
5
  "max_length": 200,
6
+ "pad_token_id": 1,
7
  "transformers_version": "4.41.2"
8
  }