End of training
Browse files- README.md +5 -1
- config.json +1 -1
README.md
CHANGED
@@ -2,6 +2,10 @@
|
|
2 |
license: other
|
3 |
base_model: stabilityai/stablelm-2-1_6b
|
4 |
tags:
|
|
|
|
|
|
|
|
|
5 |
- trl
|
6 |
- sft
|
7 |
- generated_from_trainer
|
@@ -17,7 +21,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# stablelm-2-1.6-disticoder-v0.1
|
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 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 1.1315
|
23 |
|
|
|
2 |
license: other
|
3 |
base_model: stabilityai/stablelm-2-1_6b
|
4 |
tags:
|
5 |
+
- choo-choo
|
6 |
+
- trl
|
7 |
+
- sft
|
8 |
+
- generated_from_trainer
|
9 |
- trl
|
10 |
- sft
|
11 |
- generated_from_trainer
|
|
|
21 |
|
22 |
# stablelm-2-1.6-disticoder-v0.1
|
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 argilla/DistiCoder-dpo-binarized dataset.
|
25 |
It achieves the following results on the evaluation set:
|
26 |
- Loss: 1.1315
|
27 |
|
config.json
CHANGED
@@ -27,7 +27,7 @@
|
|
27 |
"tie_word_embeddings": false,
|
28 |
"torch_dtype": "bfloat16",
|
29 |
"transformers_version": "4.37.2",
|
30 |
-
"use_cache":
|
31 |
"use_qkv_bias": true,
|
32 |
"vocab_size": 100352
|
33 |
}
|
|
|
27 |
"tie_word_embeddings": false,
|
28 |
"torch_dtype": "bfloat16",
|
29 |
"transformers_version": "4.37.2",
|
30 |
+
"use_cache": true,
|
31 |
"use_qkv_bias": true,
|
32 |
"vocab_size": 100352
|
33 |
}
|