mblak3 commited on
Commit
15c5e94
·
verified ·
1 Parent(s): 31ab35b

End of training

Browse files
Files changed (2) hide show
  1. README.md +70 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: codeparrot-ds
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
+ # codeparrot-ds
13
+
14
+ This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 0.6709
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: 2
37
+ - eval_batch_size: 2
38
+ - seed: 42
39
+ - gradient_accumulation_steps: 8
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: 1000
44
+ - num_epochs: 1
45
+ - mixed_precision_training: Native AMP
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:------:|:-----:|:---------------:|
51
+ | 2.3344 | 0.0795 | 5000 | 1.5558 |
52
+ | 1.3757 | 0.1590 | 10000 | 1.2842 |
53
+ | 1.2017 | 0.2385 | 15000 | 1.1575 |
54
+ | 1.0985 | 0.3179 | 20000 | 1.0730 |
55
+ | 1.0187 | 0.3974 | 25000 | 1.0053 |
56
+ | 0.9518 | 0.4769 | 30000 | 0.9418 |
57
+ | 0.8977 | 0.5564 | 35000 | 0.8907 |
58
+ | 0.8402 | 0.6359 | 40000 | 0.8410 |
59
+ | 0.7883 | 0.7154 | 45000 | 0.7867 |
60
+ | 0.7475 | 0.7949 | 50000 | 0.7406 |
61
+ | 0.6966 | 0.8743 | 55000 | 0.6986 |
62
+ | 0.6641 | 0.9538 | 60000 | 0.6709 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.44.0
68
+ - Pytorch 2.2.0+cu121
69
+ - Datasets 3.3.1
70
+ - Tokenizers 0.19.1
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "transformers_version": "4.44.0"
6
+ }