MariaK commited on
Commit
84cb086
1 Parent(s): f5a6259

End of training

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: bigcode-openrail-m
3
+ base_model: bigcode/starcoderbase-1b
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: peft-starcoder-lora-a100
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # peft-starcoder-lora-a100
15
+
16
+ This model is a fine-tuned version of [bigcode/starcoderbase-1b](https://huggingface.co/bigcode/starcoderbase-1b) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 5.6557
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 0.0005
38
+ - train_batch_size: 16
39
+ - eval_batch_size: 16
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: cosine
43
+ - lr_scheduler_warmup_steps: 30
44
+ - training_steps: 2000
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | 5.5246 | 0.05 | 100 | 7.4569 |
51
+ | 5.6178 | 0.1 | 200 | 7.2622 |
52
+ | 5.1291 | 0.15 | 300 | 6.4100 |
53
+ | 5.0522 | 0.2 | 400 | 6.3068 |
54
+ | 5.2029 | 0.25 | 500 | 6.1171 |
55
+ | 4.6541 | 0.3 | 600 | 6.0183 |
56
+ | 5.1002 | 0.35 | 700 | 6.0004 |
57
+ | 5.0498 | 0.4 | 800 | 5.8895 |
58
+ | 4.5412 | 0.45 | 900 | 5.8138 |
59
+ | 5.0007 | 0.5 | 1000 | 5.8342 |
60
+ | 5.0265 | 0.55 | 1100 | 5.7819 |
61
+ | 4.4118 | 0.6 | 1200 | 5.7206 |
62
+ | 4.7825 | 0.65 | 1300 | 5.7364 |
63
+ | 4.9802 | 0.7 | 1400 | 5.7123 |
64
+ | 4.3687 | 0.75 | 1500 | 5.6896 |
65
+ | 4.8847 | 0.8 | 1600 | 5.6759 |
66
+ | 4.9144 | 0.85 | 1700 | 5.6624 |
67
+ | 4.2487 | 0.9 | 1800 | 5.6601 |
68
+ | 4.7984 | 0.95 | 1900 | 5.6640 |
69
+ | 4.7042 | 1.0 | 2000 | 5.6557 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.35.2
75
+ - Pytorch 2.1.0+cu121
76
+ - Datasets 2.16.1
77
+ - Tokenizers 0.15.0