ketchup123
commited on
Commit
•
928ec75
1
Parent(s):
c0a3b12
End of training
Browse files- README.md +9 -15
- adapter_config.json +1 -1
- adapter_model.safetensors +2 -2
- tokenizer_config.json +0 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -7,18 +7,16 @@ tags:
|
|
7 |
- sft
|
8 |
- generated_from_trainer
|
9 |
model-index:
|
10 |
-
- name: llama-3.1-
|
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 |
-
# llama-3.1-
|
18 |
|
19 |
This model is a fine-tuned version of [meta-llama/Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct) on an unknown dataset.
|
20 |
-
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 1.2546
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -37,25 +35,21 @@ More information needed
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
-
- learning_rate:
|
41 |
- train_batch_size: 4
|
42 |
-
- eval_batch_size:
|
43 |
-
- seed:
|
44 |
- distributed_type: multi-GPU
|
45 |
- num_devices: 8
|
46 |
-
-
|
47 |
-
-
|
48 |
-
- total_eval_batch_size: 32
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
-
-
|
52 |
-
- num_epochs:
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
57 |
-
|:-------------:|:------:|:----:|:---------------:|
|
58 |
-
| 1.2563 | 1.7094 | 50 | 1.2546 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
7 |
- sft
|
8 |
- generated_from_trainer
|
9 |
model-index:
|
10 |
+
- name: llama-3.1-8b-instruct-gsm8k-mine
|
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 |
+
# llama-3.1-8b-instruct-gsm8k-mine
|
18 |
|
19 |
This model is a fine-tuned version of [meta-llama/Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct) on an unknown dataset.
|
|
|
|
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 0.0001
|
39 |
- train_batch_size: 4
|
40 |
+
- eval_batch_size: 8
|
41 |
+
- seed: 3407
|
42 |
- distributed_type: multi-GPU
|
43 |
- num_devices: 8
|
44 |
+
- total_train_batch_size: 32
|
45 |
+
- total_eval_batch_size: 64
|
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
+
- lr_scheduler_warmup_steps: 64
|
49 |
+
- num_epochs: 6
|
50 |
|
51 |
### Training results
|
52 |
|
|
|
|
|
|
|
53 |
|
54 |
|
55 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
19 |
-
"r":
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
16 |
"megatron_core": "megatron.core",
|
17 |
"modules_to_save": null,
|
18 |
"peft_type": "LORA",
|
19 |
+
"r": 8,
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:740b95beed6b745cda04a6c7a42adabb141dd256b1248464ae0ca0f7ff171cb0
|
3 |
+
size 13648432
|
tokenizer_config.json
CHANGED
@@ -2067,6 +2067,5 @@
|
|
2067 |
],
|
2068 |
"model_max_length": 131072,
|
2069 |
"pad_token": "<|eot_id|>",
|
2070 |
-
"padding_side": "left",
|
2071 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
2072 |
}
|
|
|
2067 |
],
|
2068 |
"model_max_length": 131072,
|
2069 |
"pad_token": "<|eot_id|>",
|
|
|
2070 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
2071 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce571a1fb008b2a3b5ca7a52d2c347744e9009014882a6ec07f28378b7a88eac
|
3 |
size 5496
|