End of training
Browse files- README.md +7 -2
- all_results.json +5 -0
- config.json +1 -1
- eval_results.json +8 -0
README.md
CHANGED
@@ -3,11 +3,16 @@ library_name: transformers
|
|
3 |
license: llama3.1
|
4 |
base_model: meta-llama/Llama-3.1-8B
|
5 |
tags:
|
|
|
|
|
|
|
|
|
6 |
- trl
|
7 |
- sft
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
-
-
|
|
|
11 |
model-index:
|
12 |
- name: llama3-1-ox-llms-8b-sft-only-germany-data-and-ultrafeedback
|
13 |
results: []
|
@@ -18,7 +23,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# llama3-1-ox-llms-8b-sft-only-germany-data-and-ultrafeedback
|
20 |
|
21 |
-
This model is a fine-tuned version of [meta-llama/Llama-3.1-8B](https://huggingface.co/meta-llama/Llama-3.1-8B) on the
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- Loss: 1.0782
|
24 |
|
|
|
3 |
license: llama3.1
|
4 |
base_model: meta-llama/Llama-3.1-8B
|
5 |
tags:
|
6 |
+
- alignment-handbook
|
7 |
+
- trl
|
8 |
+
- sft
|
9 |
+
- generated_from_trainer
|
10 |
- trl
|
11 |
- sft
|
12 |
- generated_from_trainer
|
13 |
datasets:
|
14 |
+
- oxford-llms/european_social_survey_2023_germany_sft
|
15 |
+
- oxford-llms/ultrachat_filtered
|
16 |
model-index:
|
17 |
- name: llama3-1-ox-llms-8b-sft-only-germany-data-and-ultrafeedback
|
18 |
results: []
|
|
|
23 |
|
24 |
# llama3-1-ox-llms-8b-sft-only-germany-data-and-ultrafeedback
|
25 |
|
26 |
+
This model is a fine-tuned version of [meta-llama/Llama-3.1-8B](https://huggingface.co/meta-llama/Llama-3.1-8B) on the oxford-llms/european_social_survey_2023_germany_sft and the oxford-llms/ultrachat_filtered datasets.
|
27 |
It achieves the following results on the evaluation set:
|
28 |
- Loss: 1.0782
|
29 |
|
all_results.json
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
{
|
2 |
"epoch": 2.0,
|
|
|
|
|
|
|
|
|
|
|
3 |
"total_flos": 169178761789440.0,
|
4 |
"train_loss": 0.8271688128461933,
|
5 |
"train_runtime": 2411.6836,
|
|
|
1 |
{
|
2 |
"epoch": 2.0,
|
3 |
+
"eval_loss": 1.07817542552948,
|
4 |
+
"eval_runtime": 43.2502,
|
5 |
+
"eval_samples": 9820,
|
6 |
+
"eval_samples_per_second": 75.907,
|
7 |
+
"eval_steps_per_second": 1.202,
|
8 |
"total_flos": 169178761789440.0,
|
9 |
"train_loss": 0.8271688128461933,
|
10 |
"train_runtime": 2411.6836,
|
config.json
CHANGED
@@ -31,6 +31,6 @@
|
|
31 |
"tie_word_embeddings": false,
|
32 |
"torch_dtype": "bfloat16",
|
33 |
"transformers_version": "4.45.1",
|
34 |
-
"use_cache":
|
35 |
"vocab_size": 128256
|
36 |
}
|
|
|
31 |
"tie_word_embeddings": false,
|
32 |
"torch_dtype": "bfloat16",
|
33 |
"transformers_version": "4.45.1",
|
34 |
+
"use_cache": true,
|
35 |
"vocab_size": 128256
|
36 |
}
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 2.0,
|
3 |
+
"eval_loss": 1.07817542552948,
|
4 |
+
"eval_runtime": 43.2502,
|
5 |
+
"eval_samples": 9820,
|
6 |
+
"eval_samples_per_second": 75.907,
|
7 |
+
"eval_steps_per_second": 1.202
|
8 |
+
}
|