BramVanroy
commited on
End of training
Browse files- README.md +8 -2
- config.json +1 -1
README.md
CHANGED
@@ -2,11 +2,17 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: Rijgersberg/GEITje-7B
|
4 |
tags:
|
|
|
|
|
5 |
- trl
|
6 |
- sft
|
7 |
- generated_from_trainer
|
8 |
datasets:
|
9 |
-
-
|
|
|
|
|
|
|
|
|
10 |
model-index:
|
11 |
- name: GEITje-ultra-sft
|
12 |
results: []
|
@@ -17,7 +23,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# GEITje-ultra-sft
|
19 |
|
20 |
-
This model is a fine-tuned version of [Rijgersberg/GEITje-7B](https://huggingface.co/Rijgersberg/GEITje-7B) on the
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.8563
|
23 |
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: Rijgersberg/GEITje-7B
|
4 |
tags:
|
5 |
+
- alignment-handbook
|
6 |
+
- generated_from_trainer
|
7 |
- trl
|
8 |
- sft
|
9 |
- generated_from_trainer
|
10 |
datasets:
|
11 |
+
- BramVanroy/ultrachat_200k_dutch
|
12 |
+
- BramVanroy/stackoverflow-chat-dutch
|
13 |
+
- BramVanroy/alpaca-cleaned-dutch
|
14 |
+
- BramVanroy/dolly-15k-dutch
|
15 |
+
- BramVanroy/no_robots_dutch
|
16 |
model-index:
|
17 |
- name: GEITje-ultra-sft
|
18 |
results: []
|
|
|
23 |
|
24 |
# GEITje-ultra-sft
|
25 |
|
26 |
+
This model is a fine-tuned version of [Rijgersberg/GEITje-7B](https://huggingface.co/Rijgersberg/GEITje-7B) on the BramVanroy/ultrachat_200k_dutch, the BramVanroy/stackoverflow-chat-dutch, the BramVanroy/alpaca-cleaned-dutch, the BramVanroy/dolly-15k-dutch and the BramVanroy/no_robots_dutch datasets.
|
27 |
It achieves the following results on the evaluation set:
|
28 |
- Loss: 0.8563
|
29 |
|
config.json
CHANGED
@@ -22,6 +22,6 @@
|
|
22 |
"tie_word_embeddings": false,
|
23 |
"torch_dtype": "bfloat16",
|
24 |
"transformers_version": "4.36.2",
|
25 |
-
"use_cache":
|
26 |
"vocab_size": 32000
|
27 |
}
|
|
|
22 |
"tie_word_embeddings": false,
|
23 |
"torch_dtype": "bfloat16",
|
24 |
"transformers_version": "4.36.2",
|
25 |
+
"use_cache": true,
|
26 |
"vocab_size": 32000
|
27 |
}
|