End of training
Browse files
README.md
CHANGED
@@ -2,9 +2,16 @@
|
|
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-orca_chat-mix
|
10 |
results: []
|
@@ -15,7 +22,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# tinyllama-sft-orca_chat-mix
|
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.9497
|
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 |
+
- ucla-cmllab/orca-chat_100k-chat-format
|
14 |
+
- ucla-cmllab/RedPajama_100k
|
15 |
model-index:
|
16 |
- name: tinyllama-sft-orca_chat-mix
|
17 |
results: []
|
|
|
22 |
|
23 |
# tinyllama-sft-orca_chat-mix
|
24 |
|
25 |
+
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 ucla-cmllab/orca-chat_100k-chat-format and the ucla-cmllab/RedPajama_100k datasets.
|
26 |
It achieves the following results on the evaluation set:
|
27 |
- Loss: 0.9497
|
28 |
|
all_results.json
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
{
|
2 |
"epoch": 0.999360204734485,
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 113080408473600.0,
|
4 |
"train_loss": 1.0112148089842363,
|
5 |
"train_runtime": 9125.7422,
|
|
|
1 |
{
|
2 |
"epoch": 0.999360204734485,
|
3 |
+
"eval_loss": 0.949686586856842,
|
4 |
+
"eval_runtime": 1740.3097,
|
5 |
+
"eval_samples": 98453,
|
6 |
+
"eval_samples_per_second": 56.572,
|
7 |
+
"eval_steps_per_second": 1.768,
|
8 |
"total_flos": 113080408473600.0,
|
9 |
"train_loss": 1.0112148089842363,
|
10 |
"train_runtime": 9125.7422,
|
config.json
CHANGED
@@ -23,6 +23,6 @@
|
|
23 |
"tie_word_embeddings": false,
|
24 |
"torch_dtype": "bfloat16",
|
25 |
"transformers_version": "4.40.2",
|
26 |
-
"use_cache":
|
27 |
"vocab_size": 32000
|
28 |
}
|
|
|
23 |
"tie_word_embeddings": false,
|
24 |
"torch_dtype": "bfloat16",
|
25 |
"transformers_version": "4.40.2",
|
26 |
+
"use_cache": true,
|
27 |
"vocab_size": 32000
|
28 |
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.999360204734485,
|
3 |
+
"eval_loss": 0.949686586856842,
|
4 |
+
"eval_runtime": 1740.3097,
|
5 |
+
"eval_samples": 98453,
|
6 |
+
"eval_samples_per_second": 56.572,
|
7 |
+
"eval_steps_per_second": 1.768
|
8 |
+
}
|
runs/May07_03-25-02_illidan.cs.ucla.edu/events.out.tfevents.1715089976.illidan.cs.ucla.edu.3471690.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe97697ed9d7713f5eab3577b714a55c45664c37dc93e6dd0153060ce5dd120a
|
3 |
+
size 359
|