End of training
Browse files- README.md +6 -2
- config.json +1 -1
README.md
CHANGED
@@ -2,11 +2,15 @@
|
|
2 |
license: other
|
3 |
base_model: stabilityai/stablelm-2-1_6b
|
4 |
tags:
|
|
|
|
|
|
|
|
|
5 |
- trl
|
6 |
- sft
|
7 |
- generated_from_trainer
|
8 |
datasets:
|
9 |
-
-
|
10 |
model-index:
|
11 |
- name: stablelm-2-1_6b-sft-full
|
12 |
results: []
|
@@ -17,7 +21,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# stablelm-2-1_6b-sft-full
|
19 |
|
20 |
-
This model is a fine-tuned version of [stabilityai/stablelm-2-1_6b](https://huggingface.co/stabilityai/stablelm-2-1_6b) on the
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
2 |
license: other
|
3 |
base_model: stabilityai/stablelm-2-1_6b
|
4 |
tags:
|
5 |
+
- alignment-handbook
|
6 |
+
- trl
|
7 |
+
- sft
|
8 |
+
- generated_from_trainer
|
9 |
- trl
|
10 |
- sft
|
11 |
- generated_from_trainer
|
12 |
datasets:
|
13 |
+
- HuggingFaceH4/ultrachat_200k
|
14 |
model-index:
|
15 |
- name: stablelm-2-1_6b-sft-full
|
16 |
results: []
|
|
|
21 |
|
22 |
# stablelm-2-1_6b-sft-full
|
23 |
|
24 |
+
This model is a fine-tuned version of [stabilityai/stablelm-2-1_6b](https://huggingface.co/stabilityai/stablelm-2-1_6b) on the HuggingFaceH4/ultrachat_200k dataset.
|
25 |
|
26 |
## Model description
|
27 |
|
config.json
CHANGED
@@ -24,7 +24,7 @@
|
|
24 |
"tie_word_embeddings": false,
|
25 |
"torch_dtype": "bfloat16",
|
26 |
"transformers_version": "4.40.0",
|
27 |
-
"use_cache":
|
28 |
"use_parallel_residual": false,
|
29 |
"use_qkv_bias": true,
|
30 |
"vocab_size": 100352
|
|
|
24 |
"tie_word_embeddings": false,
|
25 |
"torch_dtype": "bfloat16",
|
26 |
"transformers_version": "4.40.0",
|
27 |
+
"use_cache": true,
|
28 |
"use_parallel_residual": false,
|
29 |
"use_qkv_bias": true,
|
30 |
"vocab_size": 100352
|