Yova commited on
Commit
78a3958
1 Parent(s): 63a8bce

End of training

Browse files
Files changed (2) hide show
  1. README.md +5 -5
  2. generation_config.json +1 -1
README.md CHANGED
@@ -13,7 +13,8 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
- - Loss: 1.6131
 
17
 
18
  ## Model description
19
 
@@ -42,14 +43,13 @@ The following hyperparameters were used during training:
42
 
43
  ### Training results
44
 
45
- | Training Loss | Epoch | Step | Validation Loss |
46
- |:-------------:|:-----:|:----:|:---------------:|
47
- | 2.3186 | 1.0 | 313 | 1.6131 |
48
 
49
 
50
  ### Framework versions
51
 
52
  - Transformers 4.35.2
53
  - Pytorch 2.1.0+cu118
54
- - Datasets 2.15.0
55
  - Tokenizers 0.15.0
 
13
 
14
  This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
15
  It achieves the following results on the evaluation set:
16
+ - Loss: 4.6877
17
+ - Exact Match: 0.0
18
 
19
  ## Model description
20
 
 
43
 
44
  ### Training results
45
 
46
+ | Training Loss | Epoch | Step | Validation Loss | Exact Match |
47
+ |:-------------:|:-----:|:----:|:---------------:|:-----------:|
48
+ | 5.0517 | 1.0 | 4 | 4.6877 | 0.0 |
49
 
50
 
51
  ### Framework versions
52
 
53
  - Transformers 4.35.2
54
  - Pytorch 2.1.0+cu118
 
55
  - Tokenizers 0.15.0
generation_config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_from_model_config": true,
3
  "eos_token_id": 1,
4
  "pad_token_id": 0,
5
  "transformers_version": "4.35.2"
 
1
  {
2
+ "decoder_start_token_id": 259,
3
  "eos_token_id": 1,
4
  "pad_token_id": 0,
5
  "transformers_version": "4.35.2"