Heejindo commited on
Commit
c8f91db
·
verified ·
1 Parent(s): 31affc7

training_output/rationale_model_e3_save5000_f2/

Browse files
Files changed (3) hide show
  1. README.md +74 -0
  2. generation_config.json +9 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: llama3.2
4
+ base_model: meta-llama/Llama-3.2-1B
5
+ tags:
6
+ - trl
7
+ - sft
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: rationale_model_e3_save5000_f2
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # rationale_model_e3_save5000_f2
18
+
19
+ This model is a fine-tuned version of [meta-llama/Llama-3.2-1B](https://huggingface.co/meta-llama/Llama-3.2-1B) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.9490
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 1e-05
41
+ - train_batch_size: 8
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 3
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:------:|:-----:|:---------------:|
52
+ | 1.755 | 0.1907 | 1000 | 1.9490 |
53
+ | 1.4087 | 0.3815 | 2000 | 2.0212 |
54
+ | 0.9951 | 0.5722 | 3000 | 2.2073 |
55
+ | 0.6546 | 0.7629 | 4000 | 2.4321 |
56
+ | 0.3825 | 0.9537 | 5000 | 2.7536 |
57
+ | 0.2015 | 1.1444 | 6000 | 2.9396 |
58
+ | 0.1741 | 1.3351 | 7000 | 3.0700 |
59
+ | 0.1463 | 1.5258 | 8000 | 3.1767 |
60
+ | 0.1305 | 1.7166 | 9000 | 3.3858 |
61
+ | 0.1178 | 1.9073 | 10000 | 3.4989 |
62
+ | 0.0991 | 2.0980 | 11000 | 3.5767 |
63
+ | 0.0961 | 2.2888 | 12000 | 3.7036 |
64
+ | 0.095 | 2.4795 | 13000 | 3.8034 |
65
+ | 0.0894 | 2.6702 | 14000 | 3.9220 |
66
+ | 0.0862 | 2.8610 | 15000 | 3.9916 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.45.0
72
+ - Pytorch 2.3.0
73
+ - Datasets 2.14.4
74
+ - Tokenizers 0.20.3
generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 128000,
4
+ "do_sample": true,
5
+ "eos_token_id": 128001,
6
+ "temperature": 0.6,
7
+ "top_p": 0.9,
8
+ "transformers_version": "4.45.0"
9
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c05ca64abe5824f85a9f627e75c709bb0e0eb858c5d9e936b2e42dfc001c5e42
3
  size 4943274328
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4052c30e5fdd17f507c11dfae8f05fabc199330b7186118b860b8b04319314b
3
  size 4943274328