sarthak247 commited on
Commit
7da92e6
·
verified ·
1 Parent(s): 9cc6a76

End of training

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: codellama-7b-humaneval-java-fim
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # codellama-7b-humaneval-java-fim
13
+
14
+ This model was trained from scratch on an unknown dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 0.6155
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 0.0005
36
+ - train_batch_size: 4
37
+ - eval_batch_size: 4
38
+ - seed: 42
39
+ - gradient_accumulation_steps: 4
40
+ - total_train_batch_size: 16
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
+ | 0.6594 | 0.05 | 100 | 0.6927 |
51
+ | 0.6701 | 0.1 | 200 | 0.6784 |
52
+ | 0.6329 | 0.15 | 300 | 0.6690 |
53
+ | 0.6361 | 0.2 | 400 | 0.6629 |
54
+ | 0.5964 | 0.25 | 500 | 0.6545 |
55
+ | 0.6247 | 0.3 | 600 | 0.6461 |
56
+ | 0.6146 | 0.35 | 700 | 0.6407 |
57
+ | 0.5892 | 0.4 | 800 | 0.6364 |
58
+ | 0.5916 | 0.45 | 900 | 0.6308 |
59
+ | 0.6069 | 0.5 | 1000 | 0.6267 |
60
+ | 0.5804 | 0.55 | 1100 | 0.6242 |
61
+ | 0.5793 | 0.6 | 1200 | 0.6212 |
62
+ | 0.5836 | 0.65 | 1300 | 0.6195 |
63
+ | 0.5839 | 0.7 | 1400 | 0.6174 |
64
+ | 0.597 | 0.75 | 1500 | 0.6162 |
65
+ | 0.6042 | 0.8 | 1600 | 0.6158 |
66
+ | 0.5777 | 0.85 | 1700 | 0.6155 |
67
+ | 0.5683 | 0.9 | 1800 | 0.6155 |
68
+ | 0.5613 | 0.95 | 1900 | 0.6155 |
69
+ | 0.5597 | 1.0 | 2000 | 0.6155 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.34.0
75
+ - Pytorch 2.1.0+cu118
76
+ - Datasets 2.16.1
77
+ - Tokenizers 0.14.1