hansh commited on
Commit
ddfc8f7
1 Parent(s): fb2d13d

Model save

Browse files
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
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: hansken_human_hql_v2
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
+ # hansken_human_hql_v2
20
+
21
+ This model is a fine-tuned version of [meta-llama/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct) on the generator dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.3326
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: 1
44
+ - eval_batch_size: 1
45
+ - seed: 42
46
+ - distributed_type: multi-GPU
47
+ - gradient_accumulation_steps: 8
48
+ - total_train_batch_size: 8
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: cosine
51
+ - lr_scheduler_warmup_ratio: 0.1
52
+ - num_epochs: 30
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss |
57
+ |:-------------:|:------:|:----:|:---------------:|
58
+ | 0.3676 | 0.9994 | 788 | 0.3796 |
59
+ | 0.2968 | 2.0 | 1577 | 0.3381 |
60
+ | 0.2658 | 2.9994 | 2365 | 0.3186 |
61
+ | 0.2389 | 4.0 | 3154 | 0.3031 |
62
+ | 0.2098 | 4.9994 | 3942 | 0.3035 |
63
+ | 0.185 | 6.0 | 4731 | 0.3079 |
64
+ | 0.1707 | 6.9994 | 5519 | 0.3125 |
65
+ | 0.1578 | 8.0 | 6308 | 0.3237 |
66
+ | 0.1426 | 8.9994 | 7096 | 0.3326 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - PEFT 0.12.0
72
+ - Transformers 4.43.1
73
+ - Pytorch 2.1.2+cu121
74
+ - Datasets 2.20.0
75
+ - Tokenizers 0.19.1
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:69f1c5fca0d562a984ad176393508fbbdd4eddad8fdd80f95c659126ab94cef0
3
  size 167832240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d1c7961d29bf39bd3a2fa2ec6ebe8d60226e5e36ad04e4ee87944b06cb962b8
3
  size 167832240
all_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 8.999365884590995,
3
+ "total_flos": 5.264803297235042e+18,
4
+ "train_loss": 0.26379992237908867,
5
+ "train_runtime": 178382.3033,
6
+ "train_samples": 71943,
7
+ "train_samples_per_second": 1.061,
8
+ "train_steps_per_second": 0.133
9
+ }
runs/Sep06_00-12-35_938RL43/events.out.tfevents.1725574476.938RL43.2432199.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6d02efb2105d3978aea1b00f5cc5f22ce4553ed4be8d780ac9554e5ba9c2c6b6
3
- size 275083
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a1eac216ef59154dbb380a279666474f224ec2fe90408be159b01be0d34276c
3
+ size 309046
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 8.999365884590995,
3
+ "total_flos": 5.264803297235042e+18,
4
+ "train_loss": 0.26379992237908867,
5
+ "train_runtime": 178382.3033,
6
+ "train_samples": 71943,
7
+ "train_samples_per_second": 1.061,
8
+ "train_steps_per_second": 0.133
9
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff