martimfasantos
commited on
Commit
•
39e02d4
1
Parent(s):
6e784cd
Model save
Browse files- README.md +6 -8
- adapter_model.safetensors +1 -1
- all_results.json +4 -9
- runs/May03_01-13-28_poseidon/events.out.tfevents.1714698932.poseidon.730114.0 +2 -2
- train_results.json +4 -4
- trainer_state.json +0 -0
README.md
CHANGED
@@ -2,13 +2,12 @@
|
|
2 |
license: apache-2.0
|
3 |
library_name: peft
|
4 |
tags:
|
5 |
-
- alignment-handbook
|
6 |
- trl
|
7 |
- sft
|
8 |
- generated_from_trainer
|
9 |
base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
|
10 |
datasets:
|
11 |
-
-
|
12 |
model-index:
|
13 |
- name: tinyllama-1.1b-sum-sft-qlora
|
14 |
results: []
|
@@ -19,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
# tinyllama-1.1b-sum-sft-qlora
|
21 |
|
22 |
-
This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T) on the
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 2.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -50,15 +49,14 @@ The following hyperparameters were used during training:
|
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: cosine
|
52 |
- lr_scheduler_warmup_ratio: 0.1
|
53 |
-
- num_epochs:
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|
|
59 |
-
| 2.
|
60 |
-
| 2.
|
61 |
-
| 2.0989 | 3.0 | 4020 | 2.1637 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
2 |
license: apache-2.0
|
3 |
library_name: peft
|
4 |
tags:
|
|
|
5 |
- trl
|
6 |
- sft
|
7 |
- generated_from_trainer
|
8 |
base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
|
9 |
datasets:
|
10 |
+
- generator
|
11 |
model-index:
|
12 |
- name: tinyllama-1.1b-sum-sft-qlora
|
13 |
results: []
|
|
|
18 |
|
19 |
# tinyllama-1.1b-sum-sft-qlora
|
20 |
|
21 |
+
This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T) on the generator dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 2.1466
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
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: 2
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|
|
58 |
+
| 2.1383 | 1.0 | 1351 | 2.1541 |
|
59 |
+
| 2.1135 | 2.0 | 2702 | 2.1466 |
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 25272360
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e3b1473583f64c8994b5657c052719ecfdc511f08c7f4081bc28540e6bac4a5
|
3 |
size 25272360
|
all_results.json
CHANGED
@@ -1,13 +1,8 @@
|
|
1 |
{
|
2 |
-
"epoch":
|
3 |
-
"
|
4 |
-
"
|
5 |
-
"eval_samples": 6553,
|
6 |
-
"eval_samples_per_second": 25.772,
|
7 |
-
"eval_steps_per_second": 3.223,
|
8 |
-
"train_loss": 2.1598364234563725,
|
9 |
-
"train_runtime": 32657.7671,
|
10 |
"train_samples": 116722,
|
11 |
-
"train_samples_per_second": 7.
|
12 |
"train_steps_per_second": 0.123
|
13 |
}
|
|
|
1 |
{
|
2 |
+
"epoch": 2.0,
|
3 |
+
"train_loss": 2.1601854102158,
|
4 |
+
"train_runtime": 21984.2259,
|
|
|
|
|
|
|
|
|
|
|
5 |
"train_samples": 116722,
|
6 |
+
"train_samples_per_second": 7.864,
|
7 |
"train_steps_per_second": 0.123
|
8 |
}
|
runs/May03_01-13-28_poseidon/events.out.tfevents.1714698932.poseidon.730114.0
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:c142f353d28e77ade3042fcd34f19e60edb43126032dc8db461df269f5ca389c
|
3 |
+
size 120227
|
train_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
-
"epoch":
|
3 |
-
"train_loss": 2.
|
4 |
-
"train_runtime":
|
5 |
"train_samples": 116722,
|
6 |
-
"train_samples_per_second": 7.
|
7 |
"train_steps_per_second": 0.123
|
8 |
}
|
|
|
1 |
{
|
2 |
+
"epoch": 2.0,
|
3 |
+
"train_loss": 2.1601854102158,
|
4 |
+
"train_runtime": 21984.2259,
|
5 |
"train_samples": 116722,
|
6 |
+
"train_samples_per_second": 7.864,
|
7 |
"train_steps_per_second": 0.123
|
8 |
}
|
trainer_state.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|