G-ML-Hyly commited on
Commit
75f9d48
1 Parent(s): 333ca93

End of training

Browse files
Files changed (2) hide show
  1. README.md +105 -0
  2. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama2
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: codellama/CodeLlama-13b-Instruct-hf
7
+ model-index:
8
+ - name: stg-cli13b-t6-cdp-ca.mt.him.cln.inter-b4s1e1-20231220-1052
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
+ # stg-cli13b-t6-cdp-ca.mt.him.cln.inter-b4s1e1-20231220-1052
16
+
17
+ 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.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.0472
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.0002
39
+ - train_batch_size: 4
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: cosine
44
+ - num_epochs: 1
45
+ - mixed_precision_training: Native AMP
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-----:|:----:|:---------------:|
51
+ | 0.3435 | 0.03 | 100 | 0.0703 |
52
+ | 0.0654 | 0.07 | 200 | 0.0586 |
53
+ | 0.0579 | 0.1 | 300 | 0.0563 |
54
+ | 0.0567 | 0.14 | 400 | 0.0562 |
55
+ | 0.0551 | 0.17 | 500 | 0.0547 |
56
+ | 0.0547 | 0.21 | 600 | 0.0526 |
57
+ | 0.0532 | 0.24 | 700 | 0.0516 |
58
+ | 0.0534 | 0.28 | 800 | 0.0515 |
59
+ | 0.0521 | 0.31 | 900 | 0.0520 |
60
+ | 0.0522 | 0.35 | 1000 | 0.0517 |
61
+ | 0.0518 | 0.38 | 1100 | 0.0511 |
62
+ | 0.051 | 0.42 | 1200 | 0.0502 |
63
+ | 0.0517 | 0.45 | 1300 | 0.0494 |
64
+ | 0.0506 | 0.49 | 1400 | 0.0499 |
65
+ | 0.0511 | 0.52 | 1500 | 0.0496 |
66
+ | 0.05 | 0.56 | 1600 | 0.0493 |
67
+ | 0.05 | 0.59 | 1700 | 0.0497 |
68
+ | 0.049 | 0.63 | 1800 | 0.0485 |
69
+ | 0.0487 | 0.66 | 1900 | 0.0484 |
70
+ | 0.0492 | 0.7 | 2000 | 0.0483 |
71
+ | 0.0493 | 0.73 | 2100 | 0.0481 |
72
+ | 0.0483 | 0.77 | 2200 | 0.0478 |
73
+ | 0.048 | 0.8 | 2300 | 0.0478 |
74
+ | 0.048 | 0.83 | 2400 | 0.0476 |
75
+ | 0.0476 | 0.87 | 2500 | 0.0474 |
76
+ | 0.0471 | 0.9 | 2600 | 0.0473 |
77
+ | 0.0472 | 0.94 | 2700 | 0.0472 |
78
+ | 0.0469 | 0.97 | 2800 | 0.0472 |
79
+
80
+
81
+ ### Framework versions
82
+
83
+ - Transformers 4.37.0.dev0
84
+ - Pytorch 2.1.2+cu121
85
+ - Datasets 2.15.0
86
+ - Tokenizers 0.15.0
87
+ ## Training procedure
88
+
89
+
90
+ The following `bitsandbytes` quantization config was used during training:
91
+ - quant_method: QuantizationMethod.BITS_AND_BYTES
92
+ - load_in_8bit: False
93
+ - load_in_4bit: True
94
+ - llm_int8_threshold: 6.0
95
+ - llm_int8_skip_modules: None
96
+ - llm_int8_enable_fp32_cpu_offload: False
97
+ - llm_int8_has_fp16_weight: False
98
+ - bnb_4bit_quant_type: nf4
99
+ - bnb_4bit_use_double_quant: True
100
+ - bnb_4bit_compute_dtype: bfloat16
101
+
102
+ ### Framework versions
103
+
104
+
105
+ - PEFT 0.6.2
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:801f5585ed61be9a7e710d9aa412f904c1235355eea18b1daeb5dc78bd1fabcf
3
  size 125248064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:150af637bb0d254513c411caa7b257cacc428d360d85042d76c21f4ed504c87b
3
  size 125248064