MariaK commited on
Commit
ddf9c4b
1 Parent(s): b78129d

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
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
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.9439
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.8019 | 0.05 | 100 | 8.1006 |
51
+ | 5.9737 | 0.1 | 200 | 7.2985 |
52
+ | 5.1109 | 0.15 | 300 | 6.3542 |
53
+ | 5.0956 | 0.2 | 400 | 6.2918 |
54
+ | 5.2913 | 0.25 | 500 | 6.1454 |
55
+ | 4.6567 | 0.3 | 600 | 6.0157 |
56
+ | 5.1439 | 0.35 | 700 | 6.0052 |
57
+ | 5.2159 | 0.4 | 800 | 6.0141 |
58
+ | 4.7227 | 0.45 | 900 | 5.9708 |
59
+ | 5.2372 | 0.5 | 1000 | 5.9662 |
60
+ | 5.5667 | 0.55 | 1100 | 6.1102 |
61
+ | 4.6813 | 0.6 | 1200 | 5.9753 |
62
+ | 5.1002 | 0.65 | 1300 | 5.9829 |
63
+ | 5.327 | 0.7 | 1400 | 5.9327 |
64
+ | 4.6781 | 0.75 | 1500 | 5.9415 |
65
+ | 5.2732 | 0.8 | 1600 | 5.9264 |
66
+ | 5.2995 | 0.85 | 1700 | 5.9178 |
67
+ | 4.5842 | 0.9 | 1800 | 5.9290 |
68
+ | 5.2401 | 0.95 | 1900 | 5.9506 |
69
+ | 5.1396 | 1.0 | 2000 | 5.9439 |
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