AyoubMDL commited on
Commit
9990e75
·
1 Parent(s): 8a02900

End of training

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -13,6 +13,8 @@ should probably proofread and complete it, then remove this comment. -->
13
  # santacoder-finetuned-unit-test
14
 
15
  This model is a fine-tuned version of [bigcode/santacoder](https://huggingface.co/bigcode/santacoder) on an unknown dataset.
 
 
16
 
17
  ## Model description
18
 
@@ -40,10 +42,14 @@ The following hyperparameters were used during training:
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: cosine
42
  - lr_scheduler_warmup_steps: 100
43
- - training_steps: 100
44
 
45
  ### Training results
46
 
 
 
 
 
47
 
48
 
49
  ### Framework versions
 
13
  # santacoder-finetuned-unit-test
14
 
15
  This model is a fine-tuned version of [bigcode/santacoder](https://huggingface.co/bigcode/santacoder) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 1.2783
18
 
19
  ## Model description
20
 
 
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: cosine
44
  - lr_scheduler_warmup_steps: 100
45
+ - training_steps: 1000
46
 
47
  ### Training results
48
 
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-----:|:----:|:---------------:|
51
+ | 0.1153 | 0.5 | 500 | 1.1234 |
52
+ | 0.0478 | 1.0 | 1000 | 1.2783 |
53
 
54
 
55
  ### Framework versions