End of training
Browse files- README.md +5 -3
- all_results.json +5 -0
- eval_results.json +7 -0
README.md
CHANGED
@@ -1,17 +1,19 @@
|
|
1 |
---
|
2 |
base_model: Qwen/Qwen2.5-7B-Instruct
|
|
|
3 |
library_name: transformers
|
4 |
-
model_name:
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
7 |
- trl
|
8 |
- sft
|
9 |
licence: license
|
10 |
---
|
11 |
|
12 |
-
# Model Card for
|
13 |
|
14 |
-
This model is a fine-tuned version of [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct).
|
15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
16 |
|
17 |
## Quick start
|
|
|
1 |
---
|
2 |
base_model: Qwen/Qwen2.5-7B-Instruct
|
3 |
+
datasets: chloeli/stream-of-search-countdown-10k
|
4 |
library_name: transformers
|
5 |
+
model_name: Qwen/Qwen2.5-7B-Instruct
|
6 |
tags:
|
7 |
- generated_from_trainer
|
8 |
+
- alignment-handbook
|
9 |
- trl
|
10 |
- sft
|
11 |
licence: license
|
12 |
---
|
13 |
|
14 |
+
# Model Card for Qwen/Qwen2.5-7B-Instruct
|
15 |
|
16 |
+
This model is a fine-tuned version of [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) on the [chloeli/stream-of-search-countdown-10k](https://huggingface.co/datasets/chloeli/stream-of-search-countdown-10k) dataset.
|
17 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
18 |
|
19 |
## Quick start
|
all_results.json
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
2 |
"total_flos": 8.539757562822656e+16,
|
3 |
"train_loss": 0.0,
|
4 |
"train_runtime": 2.0051,
|
|
|
1 |
{
|
2 |
+
"eval_loss": 0.04535878077149391,
|
3 |
+
"eval_runtime": 573.183,
|
4 |
+
"eval_samples": 1000,
|
5 |
+
"eval_samples_per_second": 1.745,
|
6 |
+
"eval_steps_per_second": 0.218,
|
7 |
"total_flos": 8.539757562822656e+16,
|
8 |
"train_loss": 0.0,
|
9 |
"train_runtime": 2.0051,
|
eval_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"eval_loss": 0.04535878077149391,
|
3 |
+
"eval_runtime": 573.183,
|
4 |
+
"eval_samples": 1000,
|
5 |
+
"eval_samples_per_second": 1.745,
|
6 |
+
"eval_steps_per_second": 0.218
|
7 |
+
}
|