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-vicuna-10k-large-user-length
|
10 |
results: []
|
@@ -15,7 +21,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# tinyllama-sft-vicuna-10k-large-user-length
|
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.8284
|
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/vicuna_sub_large_user_length_10k
|
14 |
model-index:
|
15 |
- name: tinyllama-sft-vicuna-10k-large-user-length
|
16 |
results: []
|
|
|
21 |
|
22 |
# tinyllama-sft-vicuna-10k-large-user-length
|
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 ucla-cmllab/vicuna_sub_large_user_length_10k dataset.
|
25 |
It achieves the following results on the evaluation set:
|
26 |
- Loss: 0.8284
|
27 |
|
all_results.json
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
{
|
2 |
"epoch": 0.9936305732484076,
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 11234023833600.0,
|
4 |
"train_loss": 0.8443797582235092,
|
5 |
"train_runtime": 656.715,
|
|
|
1 |
{
|
2 |
"epoch": 0.9936305732484076,
|
3 |
+
"eval_loss": 0.8284274339675903,
|
4 |
+
"eval_runtime": 9.5312,
|
5 |
+
"eval_samples": 500,
|
6 |
+
"eval_samples_per_second": 52.459,
|
7 |
+
"eval_steps_per_second": 1.679,
|
8 |
"total_flos": 11234023833600.0,
|
9 |
"train_loss": 0.8443797582235092,
|
10 |
"train_runtime": 656.715,
|
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": 32001
|
28 |
}
|
|
|
23 |
"tie_word_embeddings": false,
|
24 |
"torch_dtype": "bfloat16",
|
25 |
"transformers_version": "4.40.2",
|
26 |
+
"use_cache": true,
|
27 |
"vocab_size": 32001
|
28 |
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.9936305732484076,
|
3 |
+
"eval_loss": 0.8284274339675903,
|
4 |
+
"eval_runtime": 9.5312,
|
5 |
+
"eval_samples": 500,
|
6 |
+
"eval_samples_per_second": 52.459,
|
7 |
+
"eval_steps_per_second": 1.679
|
8 |
+
}
|
runs/May28_21-52-14_illidan.cs.ucla.edu/events.out.tfevents.1716959189.illidan.cs.ucla.edu.1390992.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e771fa017892fe0b8fbae811b2e708a8fdfdf9c3749cfe34a9c0e9353a84cf81
|
3 |
+
size 354
|