Maxva commited on
Commit
7838ffc
·
verified ·
1 Parent(s): d55242e

End of training

Browse files
Files changed (1) hide show
  1. README.md +79 -3
README.md CHANGED
@@ -1,3 +1,79 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: bigcode/starcoderbase-1b
3
+ library_name: peft
4
+ license: bigcode-openrail-m
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: mathpaper
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
+ # mathpaper
16
+
17
+ This model is a fine-tuned version of [bigcode/starcoderbase-1b](https://huggingface.co/bigcode/starcoderbase-1b) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.2959
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.0005
39
+ - train_batch_size: 16
40
+ - eval_batch_size: 16
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: cosine
44
+ - lr_scheduler_warmup_steps: 30
45
+ - training_steps: 2000
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-----:|:----:|:---------------:|
51
+ | 1.3831 | 0.05 | 100 | 1.4326 |
52
+ | 1.2475 | 0.1 | 200 | 1.4149 |
53
+ | 1.2937 | 0.15 | 300 | 1.3903 |
54
+ | 1.3187 | 0.2 | 400 | 1.3723 |
55
+ | 1.4185 | 0.25 | 500 | 1.3577 |
56
+ | 1.3816 | 0.3 | 600 | 1.3475 |
57
+ | 1.324 | 0.35 | 700 | 1.3467 |
58
+ | 1.3456 | 0.4 | 800 | 1.3347 |
59
+ | 1.2906 | 0.45 | 900 | 1.3360 |
60
+ | 1.2916 | 0.5 | 1000 | 1.3315 |
61
+ | 1.3851 | 0.55 | 1100 | 1.3232 |
62
+ | 1.1827 | 0.6 | 1200 | 1.3193 |
63
+ | 1.2704 | 0.65 | 1300 | 1.3180 |
64
+ | 1.2495 | 0.7 | 1400 | 1.3104 |
65
+ | 1.2986 | 0.75 | 1500 | 1.3059 |
66
+ | 1.3759 | 0.8 | 1600 | 1.3005 |
67
+ | 1.2775 | 0.85 | 1700 | 1.2983 |
68
+ | 1.2648 | 0.9 | 1800 | 1.2969 |
69
+ | 1.2247 | 0.95 | 1900 | 1.2961 |
70
+ | 1.2152 | 1.0 | 2000 | 1.2959 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - PEFT 0.13.2
76
+ - Transformers 4.44.2
77
+ - Pytorch 2.4.1+cu121
78
+ - Datasets 3.0.1
79
+ - Tokenizers 0.19.1