End of training
Browse files
README.md
CHANGED
@@ -2,9 +2,15 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
|
4 |
tags:
|
|
|
5 |
- trl
|
6 |
- sft
|
7 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
8 |
model-index:
|
9 |
- name: tinyllama-sft-wizard-processed-indicator-0.6-full
|
10 |
results: []
|
@@ -15,7 +21,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# tinyllama-sft-wizard-processed-indicator-0.6-full
|
17 |
|
18 |
-
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
|
19 |
It achieves the following results on the evaluation set:
|
20 |
- Loss: 0.7533
|
21 |
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
|
4 |
tags:
|
5 |
+
- alignment-handbook
|
6 |
- trl
|
7 |
- sft
|
8 |
- generated_from_trainer
|
9 |
+
- trl
|
10 |
+
- sft
|
11 |
+
- generated_from_trainer
|
12 |
+
datasets:
|
13 |
+
- yihanwang617/WizardLM_70k_processed_indicator_unfiltered
|
14 |
model-index:
|
15 |
- name: tinyllama-sft-wizard-processed-indicator-0.6-full
|
16 |
results: []
|
|
|
21 |
|
22 |
# tinyllama-sft-wizard-processed-indicator-0.6-full
|
23 |
|
24 |
+
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 yihanwang617/WizardLM_70k_processed_indicator_unfiltered dataset.
|
25 |
It achieves the following results on the evaluation set:
|
26 |
- Loss: 0.7533
|
27 |
|
all_results.json
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
{
|
2 |
"epoch": 1.9977753058954395,
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 81428314521600.0,
|
4 |
"train_loss": 0.7065894536026868,
|
5 |
"train_runtime": 5871.8562,
|
|
|
1 |
{
|
2 |
"epoch": 1.9977753058954395,
|
3 |
+
"eval_loss": 0.7532592415809631,
|
4 |
+
"eval_runtime": 5.6289,
|
5 |
+
"eval_samples": 407,
|
6 |
+
"eval_samples_per_second": 72.305,
|
7 |
+
"eval_steps_per_second": 2.309,
|
8 |
"total_flos": 81428314521600.0,
|
9 |
"train_loss": 0.7065894536026868,
|
10 |
"train_runtime": 5871.8562,
|
config.json
CHANGED
@@ -23,6 +23,6 @@
|
|
23 |
"tie_word_embeddings": false,
|
24 |
"torch_dtype": "bfloat16",
|
25 |
"transformers_version": "4.40.1",
|
26 |
-
"use_cache":
|
27 |
"vocab_size": 32002
|
28 |
}
|
|
|
23 |
"tie_word_embeddings": false,
|
24 |
"torch_dtype": "bfloat16",
|
25 |
"transformers_version": "4.40.1",
|
26 |
+
"use_cache": true,
|
27 |
"vocab_size": 32002
|
28 |
}
|
eval_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
-
"epoch":
|
3 |
-
"eval_loss": 0.
|
4 |
-
"eval_runtime":
|
5 |
-
"eval_samples":
|
6 |
-
"eval_samples_per_second":
|
7 |
-
"eval_steps_per_second": 2.
|
8 |
}
|
|
|
1 |
{
|
2 |
+
"epoch": 1.9977753058954395,
|
3 |
+
"eval_loss": 0.7532592415809631,
|
4 |
+
"eval_runtime": 5.6289,
|
5 |
+
"eval_samples": 407,
|
6 |
+
"eval_samples_per_second": 72.305,
|
7 |
+
"eval_steps_per_second": 2.309
|
8 |
}
|
runs/Sep22_21-06-18_nova.cs.ucla.edu/events.out.tfevents.1727070478.nova.cs.ucla.edu.485295.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:47fef4c0a7b74c713702c9d98984ddca790ce4dc10d7f56c31a2bf18bad73e94
|
3 |
+
size 359
|