zhangduo4610
commited on
Commit
•
ff42297
1
Parent(s):
60296f8
Model save
Browse files
README.md
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
---
|
2 |
base_model: facebook/opt-350m
|
3 |
datasets:
|
4 |
-
-
|
5 |
library_name: peft
|
6 |
license: other
|
7 |
tags:
|
8 |
-
- alignment-handbook
|
9 |
- trl
|
10 |
- sft
|
11 |
- generated_from_trainer
|
@@ -19,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
# opt350
|
21 |
|
22 |
-
This model is a fine-tuned version of [facebook/opt-350m](https://huggingface.co/facebook/opt-350m) on the
|
23 |
It achieves the following results on the evaluation set:
|
24 |
- Loss: 1.7869
|
25 |
|
@@ -56,6 +55,9 @@ The following hyperparameters were used during training:
|
|
56 |
|
57 |
### Training results
|
58 |
|
|
|
|
|
|
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
1 |
---
|
2 |
base_model: facebook/opt-350m
|
3 |
datasets:
|
4 |
+
- generator
|
5 |
library_name: peft
|
6 |
license: other
|
7 |
tags:
|
|
|
8 |
- trl
|
9 |
- sft
|
10 |
- generated_from_trainer
|
|
|
18 |
|
19 |
# opt350
|
20 |
|
21 |
+
This model is a fine-tuned version of [facebook/opt-350m](https://huggingface.co/facebook/opt-350m) on the generator dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- Loss: 1.7869
|
24 |
|
|
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
59 |
+
|:-------------:|:------:|:----:|:---------------:|
|
60 |
+
| 1.8289 | 0.9999 | 8068 | 1.7869 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
all_results.json
CHANGED
@@ -1,14 +1,9 @@
|
|
1 |
{
|
2 |
"epoch": 0.9999380306128772,
|
3 |
-
"
|
4 |
-
"
|
5 |
-
"
|
6 |
-
"eval_samples_per_second": 92.56,
|
7 |
-
"eval_steps_per_second": 5.789,
|
8 |
-
"total_flos": 4248659495485440.0,
|
9 |
-
"train_loss": 0.0,
|
10 |
-
"train_runtime": 0.0126,
|
11 |
"train_samples": 207864,
|
12 |
-
"train_samples_per_second":
|
13 |
-
"train_steps_per_second":
|
14 |
}
|
|
|
1 |
{
|
2 |
"epoch": 0.9999380306128772,
|
3 |
+
"total_flos": 4248917998829568.0,
|
4 |
+
"train_loss": 1.8640377591255577,
|
5 |
+
"train_runtime": 7899.8856,
|
|
|
|
|
|
|
|
|
|
|
6 |
"train_samples": 207864,
|
7 |
+
"train_samples_per_second": 16.341,
|
8 |
+
"train_steps_per_second": 1.021
|
9 |
}
|
runs/Nov05_11-16-57_gnode001.cluster/events.out.tfevents.1730834226.gnode001.cluster.293646.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:39ba9d18c9c4d5e0e829038940b39ac3e178cd890caad99e081b466fef5a3f7f
|
3 |
+
size 346689
|
train_results.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
"epoch": 0.9999380306128772,
|
3 |
-
"total_flos":
|
4 |
-
"train_loss":
|
5 |
-
"train_runtime":
|
6 |
"train_samples": 207864,
|
7 |
-
"train_samples_per_second":
|
8 |
-
"train_steps_per_second":
|
9 |
}
|
|
|
1 |
{
|
2 |
"epoch": 0.9999380306128772,
|
3 |
+
"total_flos": 4248917998829568.0,
|
4 |
+
"train_loss": 1.8640377591255577,
|
5 |
+
"train_runtime": 7899.8856,
|
6 |
"train_samples": 207864,
|
7 |
+
"train_samples_per_second": 16.341,
|
8 |
+
"train_steps_per_second": 1.021
|
9 |
}
|
trainer_state.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|