hansh commited on
Commit
93543e4
1 Parent(s): 7818623

Model save

Browse files
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_v3
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_v3
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.5920
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.6267 | 1.0 | 469 | 0.6078 |
59
+ | 0.5094 | 2.0 | 938 | 0.5335 |
60
+ | 0.513 | 3.0 | 1407 | 0.5142 |
61
+ | 0.4306 | 4.0 | 1876 | 0.5044 |
62
+ | 0.4128 | 5.0 | 2345 | 0.5017 |
63
+ | 0.3924 | 6.0 | 2814 | 0.5093 |
64
+ | 0.3684 | 7.0 | 3283 | 0.5168 |
65
+ | 0.3403 | 8.0 | 3752 | 0.5338 |
66
+ | 0.311 | 9.0 | 4221 | 0.5566 |
67
+ | 0.2853 | 10.0 | 4690 | 0.5920 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - PEFT 0.12.0
73
+ - Transformers 4.43.1
74
+ - Pytorch 2.1.2+cu121
75
+ - Datasets 2.20.0
76
+ - Tokenizers 0.19.1
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a4eff217ade26d758f63c1aab19d497a5302d30e31197697fbda1423b1c688ef
3
  size 167832240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85a1a14e3ad1cf0f695ebceb27fe71fc1da6e8556e218abe43fb8679b186b4ba
3
  size 167832240
all_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "total_flos": 3.4794514845867704e+18,
4
+ "train_loss": 0.46453510172077334,
5
+ "train_runtime": 112907.655,
6
+ "train_samples": 50709,
7
+ "train_samples_per_second": 0.997,
8
+ "train_steps_per_second": 0.125
9
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "total_flos": 3.4794514845867704e+18,
4
+ "train_loss": 0.46453510172077334,
5
+ "train_runtime": 112907.655,
6
+ "train_samples": 50709,
7
+ "train_samples_per_second": 0.997,
8
+ "train_steps_per_second": 0.125
9
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff