vdavidr commited on
Commit
86abc8a
1 Parent(s): a85c025

Add readme

Browse files
Files changed (1) hide show
  1. README.md +85 -0
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ base_model: deepseek-ai/deepseek-coder-6.7b-instruct
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - bleu
9
+ - sacrebleu
10
+ - rouge
11
+ model-index:
12
+ - name: deepseek-coder-6.7b-instruct_En__size_52_epochs_10_2024-06-21_06-20-33_3556409
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # deepseek-coder-6.7b-instruct_En__size_52_epochs_10_2024-06-21_06-20-33_3556409
20
+
21
+ This model is a fine-tuned version of [deepseek-ai/deepseek-coder-6.7b-instruct](https://huggingface.co/deepseek-ai/deepseek-coder-6.7b-instruct) on an unknown dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 1.4340
24
+ - Accuracy: 0.042
25
+ - Chrf: 0.734
26
+ - Bleu: 0.608
27
+ - Sacrebleu: 0.6
28
+ - Rouge1: 0.707
29
+ - Rouge2: 0.494
30
+ - Rougel: 0.637
31
+ - Rougelsum: 0.693
32
+ - Meteor: 0.534
33
+
34
+ ## Model description
35
+
36
+ More information needed
37
+
38
+ ## Intended uses & limitations
39
+
40
+ More information needed
41
+
42
+ ## Training and evaluation data
43
+
44
+ More information needed
45
+
46
+ ## Training procedure
47
+
48
+ ### Training hyperparameters
49
+
50
+ The following hyperparameters were used during training:
51
+ - learning_rate: 0.001
52
+ - train_batch_size: 1
53
+ - eval_batch_size: 1
54
+ - seed: 3407
55
+ - distributed_type: multi-GPU
56
+ - num_devices: 4
57
+ - total_train_batch_size: 4
58
+ - total_eval_batch_size: 4
59
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-06
60
+ - lr_scheduler_type: linear
61
+ - lr_scheduler_warmup_steps: 52
62
+ - training_steps: 520
63
+
64
+ ### Training results
65
+
66
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Chrf | Bleu | Sacrebleu | Rouge1 | Rouge2 | Rougel | Rougelsum | Meteor |
67
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:-----:|:-----:|:---------:|:------:|:------:|:------:|:---------:|:------:|
68
+ | 0.1233 | 4.0 | 52 | 1.1674 | 0.027 | 0.726 | 0.601 | 0.6 | 0.681 | 0.458 | 0.612 | 0.674 | 0.539 |
69
+ | 0.5834 | 8.0 | 104 | 1.2639 | 0.032 | 0.708 | 0.57 | 0.6 | 0.686 | 0.458 | 0.617 | 0.679 | 0.483 |
70
+ | 0.1938 | 12.0 | 156 | 1.2723 | 0.032 | 0.708 | 0.574 | 0.6 | 0.684 | 0.457 | 0.609 | 0.673 | 0.479 |
71
+ | 0.1681 | 16.0 | 208 | 1.2437 | 0.036 | 0.719 | 0.595 | 0.6 | 0.697 | 0.469 | 0.619 | 0.682 | 0.524 |
72
+ | 0.176 | 20.0 | 260 | 1.4102 | 0.037 | 0.699 | 0.565 | 0.6 | 0.666 | 0.435 | 0.588 | 0.652 | 0.507 |
73
+ | 0.4563 | 24.0 | 312 | 1.3416 | 0.039 | 0.717 | 0.586 | 0.6 | 0.69 | 0.452 | 0.609 | 0.678 | 0.521 |
74
+ | 0.114 | 28.0 | 364 | 1.3758 | 0.041 | 0.728 | 0.602 | 0.6 | 0.703 | 0.478 | 0.618 | 0.683 | 0.524 |
75
+ | 0.4204 | 32.0 | 416 | 1.4116 | 0.042 | 0.727 | 0.598 | 0.6 | 0.705 | 0.476 | 0.621 | 0.689 | 0.545 |
76
+ | 0.1118 | 36.0 | 468 | 1.4229 | 0.042 | 0.734 | 0.607 | 0.6 | 0.709 | 0.497 | 0.64 | 0.694 | 0.528 |
77
+ | 0.2482 | 40.0 | 520 | 1.4340 | 0.042 | 0.734 | 0.608 | 0.6 | 0.707 | 0.494 | 0.637 | 0.693 | 0.534 |
78
+
79
+
80
+ ### Framework versions
81
+
82
+ - Transformers 4.37.0
83
+ - Pytorch 2.2.1+cu121
84
+ - Datasets 2.20.0
85
+ - Tokenizers 0.15.2