iLittleSheep commited on
Commit
a740f88
·
verified ·
1 Parent(s): c88fc6f

Model save

Browse files
Files changed (1) hide show
  1. README.md +81 -0
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: bigcode/starcoder
3
+ library_name: peft
4
+ license: bigcode-openrail-m
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: starcoder-adb-sdk
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # starcoder-adb-sdk
16
+
17
+ This model is a fine-tuned version of [bigcode/starcoder](https://huggingface.co/bigcode/starcoder) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.3868
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.0003
39
+ - train_batch_size: 4
40
+ - eval_batch_size: 4
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 4
43
+ - total_train_batch_size: 16
44
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
45
+ - lr_scheduler_type: cosine
46
+ - lr_scheduler_warmup_ratio: 0.1
47
+ - training_steps: 2000
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:-----:|:----:|:---------------:|
53
+ | 0.2629 | 0.05 | 100 | 0.7794 |
54
+ | 0.0853 | 0.1 | 200 | 1.0164 |
55
+ | 0.0548 | 0.15 | 300 | 1.1201 |
56
+ | 0.0409 | 0.2 | 400 | 1.1509 |
57
+ | 0.0372 | 0.25 | 500 | 1.1885 |
58
+ | 0.0346 | 0.3 | 600 | 1.2198 |
59
+ | 0.0299 | 0.35 | 700 | 1.2742 |
60
+ | 0.0288 | 0.4 | 800 | 1.2339 |
61
+ | 0.0264 | 0.45 | 900 | 1.2372 |
62
+ | 0.028 | 0.5 | 1000 | 1.3072 |
63
+ | 0.0278 | 0.55 | 1100 | 1.3365 |
64
+ | 0.023 | 0.6 | 1200 | 1.3397 |
65
+ | 0.0253 | 0.65 | 1300 | 1.2971 |
66
+ | 0.0242 | 0.7 | 1400 | 1.3585 |
67
+ | 0.0228 | 0.75 | 1500 | 1.3603 |
68
+ | 0.0206 | 0.8 | 1600 | 1.3733 |
69
+ | 0.0209 | 0.85 | 1700 | 1.3809 |
70
+ | 0.0226 | 0.9 | 1800 | 1.3890 |
71
+ | 0.0225 | 0.95 | 1900 | 1.3855 |
72
+ | 0.024 | 1.0 | 2000 | 1.3868 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - PEFT 0.13.3.dev0
78
+ - Transformers 4.46.0.dev0
79
+ - Pytorch 2.4.1+cu121
80
+ - Datasets 3.0.1
81
+ - Tokenizers 0.20.1