prithviraj-maurya commited on
Commit
0fc48d1
1 Parent(s): 4f7bbf1

Training complete

Browse files
Files changed (2) hide show
  1. README.md +7 -7
  2. generation_config.json +1 -1
README.md CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.2879
22
- - Bleu: 66.4554
23
 
24
  ## Model description
25
 
@@ -50,14 +50,14 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Bleu |
52
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
53
- | 0.3751 | 1.0 | 1019 | 0.3149 | 65.4313 |
54
- | 0.3368 | 2.0 | 2038 | 0.2931 | 66.2663 |
55
- | 0.3254 | 3.0 | 3057 | 0.2879 | 66.4554 |
56
 
57
 
58
  ### Framework versions
59
 
60
- - Transformers 4.33.3
61
  - Pytorch 2.0.1+cu118
62
  - Datasets 2.14.5
63
- - Tokenizers 0.13.3
 
18
 
19
  This model is a fine-tuned version of [t5-base](https://huggingface.co/t5-base) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.2885
22
+ - Bleu: 66.5293
23
 
24
  ## Model description
25
 
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Bleu |
52
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
53
+ | 0.3777 | 1.0 | 1019 | 0.3172 | 65.4600 |
54
+ | 0.3352 | 2.0 | 2038 | 0.2945 | 66.2206 |
55
+ | 0.3228 | 3.0 | 3057 | 0.2885 | 66.5293 |
56
 
57
 
58
  ### Framework versions
59
 
60
+ - Transformers 4.34.0
61
  - Pytorch 2.0.1+cu118
62
  - Datasets 2.14.5
63
+ - Tokenizers 0.14.1
generation_config.json CHANGED
@@ -2,5 +2,5 @@
2
  "decoder_start_token_id": 0,
3
  "eos_token_id": 1,
4
  "pad_token_id": 0,
5
- "transformers_version": "4.33.3"
6
  }
 
2
  "decoder_start_token_id": 0,
3
  "eos_token_id": 1,
4
  "pad_token_id": 0,
5
+ "transformers_version": "4.34.0"
6
  }