vdavidr commited on
Commit
466e65e
1 Parent(s): ffaf3b0

End of training

Browse files
Files changed (1) hide show
  1. README.md +84 -0
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama2
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: codellama/CodeLlama-13b-Instruct-hf
7
+ metrics:
8
+ - accuracy
9
+ - bleu
10
+ - sacrebleu
11
+ - rouge
12
+ model-index:
13
+ - name: CodeLlama-13b-Instruct-hf_Fi__CMP_TR_size_304_epochs_10_2024-06-22_21-11-23_3558624
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # CodeLlama-13b-Instruct-hf_Fi__CMP_TR_size_304_epochs_10_2024-06-22_21-11-23_3558624
21
+
22
+ This model is a fine-tuned version of [codellama/CodeLlama-13b-Instruct-hf](https://huggingface.co/codellama/CodeLlama-13b-Instruct-hf) on the None dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 2.9516
25
+ - Accuracy: 0.486
26
+ - Chrf: 0.064
27
+ - Bleu: 0.0
28
+ - Sacrebleu: 0.0
29
+ - Rouge1: 0.113
30
+ - Rouge2: 0.0
31
+ - Rougel: 0.101
32
+ - Rougelsum: 0.113
33
+ - Meteor: 0.125
34
+
35
+ ## Model description
36
+
37
+ More information needed
38
+
39
+ ## Intended uses & limitations
40
+
41
+ More information needed
42
+
43
+ ## Training and evaluation data
44
+
45
+ More information needed
46
+
47
+ ## Training procedure
48
+
49
+ ### Training hyperparameters
50
+
51
+ The following hyperparameters were used during training:
52
+ - learning_rate: 0.001
53
+ - train_batch_size: 1
54
+ - eval_batch_size: 1
55
+ - seed: 3407
56
+ - distributed_type: multi-GPU
57
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-06
58
+ - lr_scheduler_type: linear
59
+ - lr_scheduler_warmup_steps: 304
60
+ - training_steps: 3040
61
+
62
+ ### Training results
63
+
64
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Chrf | Bleu | Sacrebleu | Rouge1 | Rouge2 | Rougel | Rougelsum | Meteor |
65
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:-----:|:----:|:---------:|:------:|:------:|:------:|:---------:|:------:|
66
+ | 0.8913 | 1.0 | 304 | 3.5216 | 0.458 | 0.071 | 0.0 | 0.0 | 0.062 | 0.0 | 0.061 | 0.062 | 0.186 |
67
+ | 0.0623 | 2.0 | 608 | 4.0963 | 0.456 | 0.01 | 0.0 | 0.0 | 0.003 | 0.0 | 0.003 | 0.003 | 0.004 |
68
+ | 0.0664 | 3.0 | 912 | 3.4598 | 0.496 | 0.013 | 0.0 | 0.0 | 0.02 | 0.001 | 0.02 | 0.02 | 0.027 |
69
+ | 0.0251 | 4.0 | 1216 | 3.3636 | 0.459 | 0.046 | 0.0 | 0.0 | 0.012 | 0.0 | 0.012 | 0.012 | 0.165 |
70
+ | 1.117 | 5.0 | 1520 | 3.4675 | 0.455 | 0.014 | 0.0 | 0.0 | 0.004 | 0.0 | 0.004 | 0.004 | 0.084 |
71
+ | 0.0704 | 6.0 | 1824 | 3.7849 | 0.459 | 0.016 | 0.0 | 0.0 | 0.024 | 0.0 | 0.024 | 0.024 | 0.068 |
72
+ | 0.0489 | 7.0 | 2128 | 3.3296 | 0.486 | 0.041 | 0.0 | 0.0 | 0.066 | 0.0 | 0.066 | 0.066 | 0.125 |
73
+ | 0.0588 | 8.0 | 2432 | 3.0692 | 0.486 | 0.06 | 0.0 | 0.0 | 0.059 | 0.0 | 0.056 | 0.057 | 0.145 |
74
+ | 0.0243 | 9.0 | 2736 | 2.9771 | 0.464 | 0.064 | 0.0 | 0.0 | 0.091 | 0.0 | 0.089 | 0.091 | 0.124 |
75
+ | 0.0546 | 10.0 | 3040 | 2.9516 | 0.486 | 0.064 | 0.0 | 0.0 | 0.113 | 0.0 | 0.101 | 0.113 | 0.125 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - PEFT 0.7.1
81
+ - Transformers 4.37.0
82
+ - Pytorch 2.2.1+cu121
83
+ - Datasets 2.20.0
84
+ - Tokenizers 0.15.2