chansung commited on
Commit
0af15ae
1 Parent(s): f46a1c1

Model save

Browse files
Files changed (4) hide show
  1. README.md +78 -0
  2. all_results.json +9 -0
  3. train_results.json +9 -0
  4. trainer_state.json +0 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: mistralai/Mistral-7B-v0.3
3
+ datasets:
4
+ - generator
5
+ library_name: peft
6
+ license: apache-2.0
7
+ tags:
8
+ - trl
9
+ - sft
10
+ - generated_from_trainer
11
+ model-index:
12
+ - name: mistral_7b_0_3-coding-gpt4o-100k2
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
+ # mistral_7b_0_3-coding-gpt4o-100k2
20
+
21
+ This model is a fine-tuned version of [mistralai/Mistral-7B-v0.3](https://huggingface.co/mistralai/Mistral-7B-v0.3) on the generator dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 1.1573
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 0.0002
43
+ - train_batch_size: 4
44
+ - eval_batch_size: 2
45
+ - seed: 42
46
+ - distributed_type: multi-GPU
47
+ - num_devices: 4
48
+ - gradient_accumulation_steps: 2
49
+ - total_train_batch_size: 32
50
+ - total_eval_batch_size: 8
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: cosine
53
+ - lr_scheduler_warmup_ratio: 0.1
54
+ - num_epochs: 10
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss |
59
+ |:-------------:|:------:|:----:|:---------------:|
60
+ | 0.419 | 0.9992 | 640 | 1.0503 |
61
+ | 0.3829 | 2.0 | 1281 | 1.0418 |
62
+ | 0.3774 | 2.9992 | 1921 | 1.0361 |
63
+ | 0.355 | 4.0 | 2562 | 1.0419 |
64
+ | 0.3413 | 4.9992 | 3202 | 1.0548 |
65
+ | 0.318 | 6.0 | 3843 | 1.0761 |
66
+ | 0.3056 | 6.9992 | 4483 | 1.1023 |
67
+ | 0.2857 | 8.0 | 5124 | 1.1256 |
68
+ | 0.2732 | 8.9992 | 5764 | 1.1472 |
69
+ | 0.2714 | 9.9922 | 6400 | 1.1573 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - PEFT 0.12.0
75
+ - Transformers 4.44.0
76
+ - Pytorch 2.4.0+cu121
77
+ - Datasets 2.20.0
78
+ - Tokenizers 0.19.1
all_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 9.992193598750976,
3
+ "total_flos": 8.968401612833817e+18,
4
+ "train_loss": 0.34100163986906407,
5
+ "train_runtime": 19497.7947,
6
+ "train_samples": 116368,
7
+ "train_samples_per_second": 10.509,
8
+ "train_steps_per_second": 0.328
9
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 9.992193598750976,
3
+ "total_flos": 8.968401612833817e+18,
4
+ "train_loss": 0.34100163986906407,
5
+ "train_runtime": 19497.7947,
6
+ "train_samples": 116368,
7
+ "train_samples_per_second": 10.509,
8
+ "train_steps_per_second": 0.328
9
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff