chriswilde006 commited on
Commit
517d5ad
·
verified ·
1 Parent(s): 9e7d063

End of training

Browse files
Files changed (1) hide show
  1. README.md +14 -15
README.md CHANGED
@@ -1,9 +1,9 @@
1
  ---
 
2
  library_name: peft
3
- license: bsd-3-clause
4
- base_model: Salesforce/codet5p-770m
5
  tags:
6
  - generated_from_trainer
 
7
  model-index:
8
  - name: results_stage1
9
  results: []
@@ -14,9 +14,9 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # results_stage1
16
 
17
- This model is a fine-tuned version of [Salesforce/codet5p-770m](https://huggingface.co/Salesforce/codet5p-770m) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 8.4104
20
 
21
  ## Model description
22
 
@@ -36,27 +36,26 @@ More information needed
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 2e-05
39
- - train_batch_size: 2
40
  - eval_batch_size: 8
41
  - seed: 42
42
- - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
  - lr_scheduler_type: linear
44
- - num_epochs: 3
45
  - mixed_precision_training: Native AMP
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
- | No log | 1.0 | 40 | 9.4289 |
52
- | No log | 2.0 | 80 | 8.7898 |
53
- | No log | 3.0 | 120 | 8.4104 |
54
 
55
 
56
  ### Framework versions
57
 
58
- - PEFT 0.14.0
59
- - Transformers 4.47.1
60
- - Pytorch 2.5.1+cu121
61
- - Datasets 3.2.0
62
- - Tokenizers 0.21.0
 
1
  ---
2
+ license: apache-2.0
3
  library_name: peft
 
 
4
  tags:
5
  - generated_from_trainer
6
+ base_model: Qwen/Qwen2.5-Coder-0.5B-Instruct
7
  model-index:
8
  - name: results_stage1
9
  results: []
 
14
 
15
  # results_stage1
16
 
17
+ This model is a fine-tuned version of [Qwen/Qwen2.5-Coder-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-0.5B-Instruct) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 4.3536
20
 
21
  ## Model description
22
 
 
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 2e-05
39
+ - train_batch_size: 1
40
  - eval_batch_size: 8
41
  - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
+ - num_epochs: 2
45
  - mixed_precision_training: Native AMP
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
+ | No log | 1.0 | 80 | 5.6802 |
52
+ | No log | 2.0 | 160 | 4.3536 |
 
53
 
54
 
55
  ### Framework versions
56
 
57
+ - PEFT 0.11.1
58
+ - Transformers 4.41.2
59
+ - Pytorch 2.3.1+cu121
60
+ - Datasets 2.19.2
61
+ - Tokenizers 0.19.1