chansung commited on
Commit
2ac2b9a
1 Parent(s): fbf7538

Model save

Browse files
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: meta-llama/Meta-Llama-3.1-8B
3
+ datasets:
4
+ - generator
5
+ library_name: peft
6
+ license: llama3.1
7
+ tags:
8
+ - trl
9
+ - sft
10
+ - generated_from_trainer
11
+ model-index:
12
+ - name: llama3.1-8b-coding-gpt4o-100k
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
+ # llama3.1-8b-coding-gpt4o-100k
20
+
21
+ This model is a fine-tuned version of [meta-llama/Meta-Llama-3.1-8B](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B) on the generator dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 1.3444
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.741 | 1.0 | 525 | 1.3567 |
61
+ | 0.7109 | 2.0 | 1050 | 1.3158 |
62
+ | 0.7026 | 3.0 | 1575 | 1.3116 |
63
+ | 0.6682 | 4.0 | 2100 | 1.3090 |
64
+ | 0.6825 | 5.0 | 2625 | 1.3126 |
65
+ | 0.6429 | 6.0 | 3150 | 1.3228 |
66
+ | 0.6334 | 7.0 | 3675 | 1.3276 |
67
+ | 0.6257 | 8.0 | 4200 | 1.3404 |
68
+ | 0.6314 | 9.0 | 4725 | 1.3410 |
69
+ | 0.6205 | 10.0 | 5250 | 1.3444 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - PEFT 0.12.0
75
+ - Transformers 4.43.4
76
+ - Pytorch 2.4.0+cu121
77
+ - Datasets 2.20.0
78
+ - Tokenizers 0.19.1
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:80e6a242287636df4f3b673146f19d3eb7c61d662586f7f71296fa1bfd084c9e
3
  size 54543184
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dde0984042a9ce247e7a7a030b802d32b411eefc5e662a4bb456ccf8fbcda95
3
  size 54543184
all_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "total_flos": 7.760593801491513e+18,
4
+ "train_loss": 0.6862981784684318,
5
+ "train_runtime": 15610.7374,
6
+ "train_samples": 116368,
7
+ "train_samples_per_second": 10.757,
8
+ "train_steps_per_second": 0.336
9
+ }
runs/Aug06_13-14-31_8e5050635fe7/events.out.tfevents.1722964836.8e5050635fe7.2383.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c37f87583df98ea7bededb319a6ef1c1395663307851fcbed8a9c2516718299b
3
- size 228800
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d302ae7a08b3f10d4a7d2b02a8cdc9350ec9cf505a4ae1ec6ceb0b54dc889dbf
3
+ size 231535
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "total_flos": 7.760593801491513e+18,
4
+ "train_loss": 0.6862981784684318,
5
+ "train_runtime": 15610.7374,
6
+ "train_samples": 116368,
7
+ "train_samples_per_second": 10.757,
8
+ "train_steps_per_second": 0.336
9
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff