sedrickkeh commited on
Commit
10567dc
·
verified ·
1 Parent(s): c00a4c2

Model save

Browse files
Files changed (2) hide show
  1. README.md +88 -0
  2. generation_config.json +9 -0
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: llama3.1
4
+ base_model: meta-llama/Meta-Llama-3.1-8B
5
+ tags:
6
+ - llama-factory
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: oh_scale_x.5_compute_equal
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # oh_scale_x.5_compute_equal
17
+
18
+ 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 an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 2.4058
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 5e-06
40
+ - train_batch_size: 8
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - distributed_type: multi-GPU
44
+ - num_devices: 8
45
+ - gradient_accumulation_steps: 8
46
+ - total_train_batch_size: 512
47
+ - total_eval_batch_size: 64
48
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
49
+ - lr_scheduler_type: constant
50
+ - num_epochs: 25.0
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss |
55
+ |:-------------:|:-------:|:----:|:---------------:|
56
+ | 0.7807 | 0.9947 | 165 | 0.7690 |
57
+ | 0.7139 | 1.9955 | 331 | 0.7520 |
58
+ | 0.6642 | 2.9962 | 497 | 0.7525 |
59
+ | 0.6186 | 3.9970 | 663 | 0.7615 |
60
+ | 0.5777 | 4.9977 | 829 | 0.7785 |
61
+ | 0.5287 | 5.9985 | 995 | 0.8154 |
62
+ | 0.473 | 6.9992 | 1161 | 0.8710 |
63
+ | 0.4134 | 8.0 | 1327 | 0.9475 |
64
+ | 0.3615 | 8.9947 | 1492 | 1.0203 |
65
+ | 0.3057 | 9.9955 | 1658 | 1.1177 |
66
+ | 0.2565 | 10.9962 | 1824 | 1.2368 |
67
+ | 0.2099 | 11.9970 | 1990 | 1.3552 |
68
+ | 0.1676 | 12.9977 | 2156 | 1.5071 |
69
+ | 0.1283 | 13.9985 | 2322 | 1.6324 |
70
+ | 0.1022 | 14.9992 | 2488 | 1.7542 |
71
+ | 0.0779 | 16.0 | 2654 | 1.8729 |
72
+ | 0.0607 | 16.9947 | 2819 | 1.9862 |
73
+ | 0.0481 | 17.9955 | 2985 | 2.0547 |
74
+ | 0.038 | 18.9962 | 3151 | 2.1351 |
75
+ | 0.0306 | 19.9970 | 3317 | 2.2255 |
76
+ | 0.0256 | 20.9977 | 3483 | 2.2699 |
77
+ | 0.0221 | 21.9985 | 3649 | 2.3515 |
78
+ | 0.0197 | 22.9992 | 3815 | 2.3599 |
79
+ | 0.0186 | 24.0 | 3981 | 2.3888 |
80
+ | 0.0169 | 24.8681 | 4125 | 2.4058 |
81
+
82
+
83
+ ### Framework versions
84
+
85
+ - Transformers 4.46.1
86
+ - Pytorch 2.3.0
87
+ - Datasets 3.1.0
88
+ - 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.46.1"
9
+ }