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: jan-hq/LlamaCorn-1.1B-Chat
|
4 |
tags:
|
|
|
|
|
|
|
|
|
5 |
- trl
|
6 |
- sft
|
7 |
- generated_from_trainer
|
8 |
datasets:
|
9 |
-
-
|
|
|
|
|
10 |
model-index:
|
11 |
- name: TinyJensen-1.1B-Chat
|
12 |
results: []
|
@@ -17,7 +23,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# TinyJensen-1.1B-Chat
|
19 |
|
20 |
-
This model is a fine-tuned version of [jan-hq/LlamaCorn-1.1B-Chat](https://huggingface.co/jan-hq/LlamaCorn-1.1B-Chat) on the
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.8771
|
23 |
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: jan-hq/LlamaCorn-1.1B-Chat
|
4 |
tags:
|
5 |
+
- alignment-handbook
|
6 |
+
- trl
|
7 |
+
- sft
|
8 |
+
- generated_from_trainer
|
9 |
- trl
|
10 |
- sft
|
11 |
- generated_from_trainer
|
12 |
datasets:
|
13 |
+
- jan-hq/systemchat_binarized
|
14 |
+
- jan-hq/youtube_transcripts_qa
|
15 |
+
- jan-hq/youtube_transcripts_qa_ext
|
16 |
model-index:
|
17 |
- name: TinyJensen-1.1B-Chat
|
18 |
results: []
|
|
|
23 |
|
24 |
# TinyJensen-1.1B-Chat
|
25 |
|
26 |
+
This model is a fine-tuned version of [jan-hq/LlamaCorn-1.1B-Chat](https://huggingface.co/jan-hq/LlamaCorn-1.1B-Chat) on the jan-hq/systemchat_binarized, the jan-hq/youtube_transcripts_qa and the jan-hq/youtube_transcripts_qa_ext datasets.
|
27 |
It achieves the following results on the evaluation set:
|
28 |
- Loss: 0.8771
|
29 |
|
config.json
CHANGED
@@ -23,6 +23,6 @@
|
|
23 |
"tie_word_embeddings": false,
|
24 |
"torch_dtype": "bfloat16",
|
25 |
"transformers_version": "4.37.2",
|
26 |
-
"use_cache":
|
27 |
"vocab_size": 32000
|
28 |
}
|
|
|
23 |
"tie_word_embeddings": false,
|
24 |
"torch_dtype": "bfloat16",
|
25 |
"transformers_version": "4.37.2",
|
26 |
+
"use_cache": true,
|
27 |
"vocab_size": 32000
|
28 |
}
|