patricksaxton commited on
Commit
bb62a5a
·
verified ·
1 Parent(s): bd53c91

End of training

Browse files
Files changed (1) hide show
  1. README.md +82 -0
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: bigcode-openrail-m
4
+ base_model: bigcode/starcoderbase-1b
5
+ tags:
6
+ - base_model:adapter:bigcode/starcoderbase-1b
7
+ - lora
8
+ - transformers
9
+ pipeline_tag: text-generation
10
+ model-index:
11
+ - name: peft-starcoder-lora-a100
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # peft-starcoder-lora-a100
19
+
20
+ This model is a fine-tuned version of [bigcode/starcoderbase-1b](https://huggingface.co/bigcode/starcoderbase-1b) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 3.3521
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 0.0005
42
+ - train_batch_size: 12
43
+ - eval_batch_size: 12
44
+ - seed: 42
45
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
+ - lr_scheduler_type: cosine
47
+ - lr_scheduler_warmup_steps: 30
48
+ - training_steps: 2000
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:-----:|:----:|:---------------:|
54
+ | 5.1602 | 0.05 | 100 | 3.3944 |
55
+ | 4.9152 | 0.1 | 200 | 3.3911 |
56
+ | 4.864 | 0.15 | 300 | 3.3850 |
57
+ | 5.0538 | 0.2 | 400 | 3.3808 |
58
+ | 5.0474 | 0.25 | 500 | 3.3748 |
59
+ | 5.7174 | 0.3 | 600 | 3.3669 |
60
+ | 4.8981 | 0.35 | 700 | 3.3714 |
61
+ | 5.3039 | 0.4 | 800 | 3.3702 |
62
+ | 5.5544 | 0.45 | 900 | 3.3721 |
63
+ | 5.4907 | 0.5 | 1000 | 3.3747 |
64
+ | 2.8972 | 0.55 | 1100 | 3.3880 |
65
+ | 4.6895 | 0.6 | 1200 | 3.3689 |
66
+ | 4.4027 | 0.65 | 1300 | 3.3708 |
67
+ | 5.6217 | 0.7 | 1400 | 3.3690 |
68
+ | 5.0912 | 0.75 | 1500 | 3.3651 |
69
+ | 5.3595 | 0.8 | 1600 | 3.3628 |
70
+ | 4.3603 | 0.85 | 1700 | 3.3541 |
71
+ | 4.7773 | 0.9 | 1800 | 3.3548 |
72
+ | 3.3149 | 0.95 | 1900 | 3.3524 |
73
+ | 4.9032 | 1.0 | 2000 | 3.3521 |
74
+
75
+
76
+ ### Framework versions
77
+
78
+ - PEFT 0.18.0
79
+ - Transformers 4.57.3
80
+ - Pytorch 2.9.0+cu126
81
+ - Datasets 4.0.0
82
+ - Tokenizers 0.22.1