ICEFROG0296 commited on
Commit
72c08ed
·
verified ·
1 Parent(s): 1a29a6b

Model save

Browse files
Files changed (2) hide show
  1. README.md +10 -5
  2. generation_config.json +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [Salesforce/codegen-350M-mono](https://huggingface.co/Salesforce/codegen-350M-mono) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.0261
20
 
21
  ## Model description
22
 
@@ -46,11 +46,16 @@ The following hyperparameters were used during training:
46
 
47
  ### Training results
48
 
 
 
 
 
 
49
 
50
 
51
  ### Framework versions
52
 
53
- - Transformers 4.50.3
54
- - Pytorch 2.6.0+cu124
55
- - Datasets 3.5.0
56
- - Tokenizers 0.21.1
 
16
 
17
  This model is a fine-tuned version of [Salesforce/codegen-350M-mono](https://huggingface.co/Salesforce/codegen-350M-mono) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.1856
20
 
21
  ## Model description
22
 
 
46
 
47
  ### Training results
48
 
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-----:|:----:|:---------------:|
51
+ | 0.1326 | 1.0 | 168 | 0.1676 |
52
+ | 0.0897 | 2.0 | 336 | 0.1632 |
53
+ | 0.0457 | 3.0 | 504 | 0.1856 |
54
 
55
 
56
  ### Framework versions
57
 
58
+ - Transformers 4.49.0
59
+ - Pytorch 2.6.0
60
+ - Datasets 3.3.2
61
+ - Tokenizers 0.21.0
generation_config.json CHANGED
@@ -2,5 +2,5 @@
2
  "_from_model_config": true,
3
  "bos_token_id": 1,
4
  "eos_token_id": 50256,
5
- "transformers_version": "4.50.3"
6
  }
 
2
  "_from_model_config": true,
3
  "bos_token_id": 1,
4
  "eos_token_id": 50256,
5
+ "transformers_version": "4.49.0"
6
  }