End of training
Browse files- README.md +3 -1
- all_results.json +9 -0
- train_results.json +9 -0
- trainer_state.json +0 -0
README.md
CHANGED
@@ -3,6 +3,8 @@ library_name: transformers
|
|
3 |
base_model: kajuma/falcon3_1b_patch
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
6 |
model-index:
|
7 |
- name: results
|
8 |
results: []
|
@@ -13,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# results
|
15 |
|
16 |
-
This model is a fine-tuned version of [kajuma/falcon3_1b_patch](https://huggingface.co/kajuma/falcon3_1b_patch) on
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Loss: 3.2373
|
19 |
|
|
|
3 |
base_model: kajuma/falcon3_1b_patch
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- kajuma/training_12-23_token
|
8 |
model-index:
|
9 |
- name: results
|
10 |
results: []
|
|
|
15 |
|
16 |
# results
|
17 |
|
18 |
+
This model is a fine-tuned version of [kajuma/falcon3_1b_patch](https://huggingface.co/kajuma/falcon3_1b_patch) on the kajuma/training_12-23_token dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 3.2373
|
21 |
|
all_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.9999656899746105,
|
3 |
+
"total_flos": 4.21458105504419e+19,
|
4 |
+
"train_loss": 0.746276973770012,
|
5 |
+
"train_runtime": 40997.541,
|
6 |
+
"train_samples": 2448242,
|
7 |
+
"train_samples_per_second": 59.717,
|
8 |
+
"train_steps_per_second": 0.237
|
9 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.9999656899746105,
|
3 |
+
"total_flos": 4.21458105504419e+19,
|
4 |
+
"train_loss": 0.746276973770012,
|
5 |
+
"train_runtime": 40997.541,
|
6 |
+
"train_samples": 2448242,
|
7 |
+
"train_samples_per_second": 59.717,
|
8 |
+
"train_steps_per_second": 0.237
|
9 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|