chansung commited on
Commit
9060310
1 Parent(s): 2c9d047

Model save

Browse files
Files changed (4) hide show
  1. README.md +21 -22
  2. all_results.json +6 -11
  3. train_results.json +6 -6
  4. trainer_state.json +0 -0
README.md CHANGED
@@ -1,11 +1,10 @@
1
  ---
2
- base_model: meta-llama/Meta-Llama-3.1-8B
3
  datasets:
4
- - llama-duo/synth_closed_qa_dataset_dedup
5
  library_name: peft
6
- license: llama3.1
7
  tags:
8
- - alignment-handbook
9
  - trl
10
  - sft
11
  - generated_from_trainer
@@ -19,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  # llama3.1-8b-closedqa-gpt4o-100k
21
 
22
- 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 llama-duo/synth_closed_qa_dataset_dedup dataset.
23
  It achieves the following results on the evaluation set:
24
- - Loss: 3.8424
25
 
26
  ## Model description
27
 
@@ -41,14 +40,14 @@ More information needed
41
 
42
  The following hyperparameters were used during training:
43
  - learning_rate: 0.0002
44
- - train_batch_size: 4
45
- - eval_batch_size: 2
46
  - seed: 42
47
  - distributed_type: multi-GPU
48
  - num_devices: 4
49
  - gradient_accumulation_steps: 2
50
- - total_train_batch_size: 32
51
- - total_eval_batch_size: 8
52
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
53
  - lr_scheduler_type: cosine
54
  - lr_scheduler_warmup_ratio: 0.1
@@ -56,18 +55,18 @@ The following hyperparameters were used during training:
56
 
57
  ### Training results
58
 
59
- | Training Loss | Epoch | Step | Validation Loss |
60
- |:-------------:|:------:|:----:|:---------------:|
61
- | 0.9422 | 0.9991 | 582 | 1.9762 |
62
- | 0.8939 | 2.0 | 1165 | 2.0232 |
63
- | 0.8255 | 2.9991 | 1747 | 2.1086 |
64
- | 0.7584 | 4.0 | 2330 | 2.2541 |
65
- | 0.6928 | 4.9991 | 2912 | 2.4424 |
66
- | 0.6102 | 6.0 | 3495 | 2.7089 |
67
- | 0.5466 | 6.9991 | 4077 | 3.0554 |
68
- | 0.5038 | 8.0 | 4660 | 3.4053 |
69
- | 0.4624 | 8.9991 | 5242 | 3.6952 |
70
- | 0.454 | 9.9914 | 5820 | 3.8424 |
71
 
72
 
73
  ### Framework versions
 
1
  ---
2
+ base_model: meta-llama/Meta-Llama-3-8B
3
  datasets:
4
+ - generator
5
  library_name: peft
6
+ license: llama3
7
  tags:
 
8
  - trl
9
  - sft
10
  - generated_from_trainer
 
18
 
19
  # llama3.1-8b-closedqa-gpt4o-100k
20
 
21
+ This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) on the generator dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 2.1008
24
 
25
  ## Model description
26
 
 
40
 
41
  The following hyperparameters were used during training:
42
  - learning_rate: 0.0002
43
+ - train_batch_size: 8
44
+ - eval_batch_size: 4
45
  - seed: 42
46
  - distributed_type: multi-GPU
47
  - num_devices: 4
48
  - gradient_accumulation_steps: 2
49
+ - total_train_batch_size: 64
50
+ - total_eval_batch_size: 16
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
 
55
 
56
  ### Training results
57
 
58
+ | Training Loss | Epoch | Step | Validation Loss |
59
+ |:-------------:|:-----:|:----:|:---------------:|
60
+ | 0.8026 | 1.0 | 256 | 2.0456 |
61
+ | 0.7532 | 2.0 | 512 | 2.0313 |
62
+ | 0.7198 | 3.0 | 768 | 2.0404 |
63
+ | 0.7053 | 4.0 | 1024 | 2.0419 |
64
+ | 0.6831 | 5.0 | 1280 | 2.0541 |
65
+ | 0.6633 | 6.0 | 1536 | 2.0744 |
66
+ | 0.6595 | 7.0 | 1792 | 2.0814 |
67
+ | 0.6374 | 8.0 | 2048 | 2.0939 |
68
+ | 0.6277 | 9.0 | 2304 | 2.0994 |
69
+ | 0.616 | 10.0 | 2560 | 2.1008 |
70
 
71
 
72
  ### Framework versions
all_results.json CHANGED
@@ -1,14 +1,9 @@
1
  {
2
- "epoch": 9.991416309012875,
3
- "eval_loss": 3.8423588275909424,
4
- "eval_runtime": 0.4239,
5
- "eval_samples": 15,
6
- "eval_samples_per_second": 14.156,
7
- "eval_steps_per_second": 2.359,
8
- "total_flos": 8.683561975386472e+18,
9
- "train_loss": 0.6765515476977293,
10
- "train_runtime": 24420.5896,
11
  "train_samples": 111440,
12
- "train_samples_per_second": 7.63,
13
- "train_steps_per_second": 0.238
14
  }
 
1
  {
2
+ "epoch": 10.0,
3
+ "total_flos": 7.568434414263206e+18,
4
+ "train_loss": 0.7105431989766657,
5
+ "train_runtime": 14792.6859,
 
 
 
 
 
6
  "train_samples": 111440,
7
+ "train_samples_per_second": 11.056,
8
+ "train_steps_per_second": 0.173
9
  }
train_results.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
- "epoch": 9.991416309012875,
3
- "total_flos": 8.683561975386472e+18,
4
- "train_loss": 0.6765515476977293,
5
- "train_runtime": 24420.5896,
6
  "train_samples": 111440,
7
- "train_samples_per_second": 7.63,
8
- "train_steps_per_second": 0.238
9
  }
 
1
  {
2
+ "epoch": 10.0,
3
+ "total_flos": 7.568434414263206e+18,
4
+ "train_loss": 0.7105431989766657,
5
+ "train_runtime": 14792.6859,
6
  "train_samples": 111440,
7
+ "train_samples_per_second": 11.056,
8
+ "train_steps_per_second": 0.173
9
  }
trainer_state.json CHANGED
The diff for this file is too large to render. See raw diff