added checkpoint 10/141
Browse files- README.md +0 -20
- config.json +2 -2
- generation_config.json +6 -0
- pytorch_model.bin → model.safetensors +2 -2
README.md
DELETED
@@ -1,20 +0,0 @@
|
|
1 |
-
---
|
2 |
-
datasets:
|
3 |
-
- ewof/koishi-instruct-metharme
|
4 |
-
---
|
5 |
-
|
6 |
-
trained on commit 33b25a5 of the linked dataset (lamini)
|
7 |
-
|
8 |
-
## Base Model
|
9 |
-
|
10 |
-
native fine tune of togethercomputer/RedPajama-INCITE-Base-3B-v1
|
11 |
-
|
12 |
-
## Prompting
|
13 |
-
|
14 |
-
The current model version has been trained on prompts using three different roles, which are denoted by the following tokens: `<|system|>`, `<|user|>` and `<|model|>`.
|
15 |
-
|
16 |
-
The `<|system|>` prompt can be used to inject out-of-channel information behind the scenes, while the `<|user|>` prompt should be used to indicate user input. The `<|model|>` token should then be used to indicate that the model should generate a response. These tokens can happen multiple times and be chained up to form a conversation history.
|
17 |
-
|
18 |
-
## Benchmarks
|
19 |
-
|
20 |
-
![koishi_instruct_3b_v2_benchmarks.png](https://media.discordapp.net/attachments/1108805965421228052/1110025834699427840/tDcBmTvnLLSTdOUEKyHZMfra.png)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"GPTNeoXForCausalLM"
|
5 |
],
|
@@ -19,7 +19,7 @@
|
|
19 |
"rotary_pct": 1.0,
|
20 |
"tie_word_embeddings": false,
|
21 |
"torch_dtype": "bfloat16",
|
22 |
-
"transformers_version": "4.
|
23 |
"use_cache": true,
|
24 |
"use_parallel_residual": false,
|
25 |
"vocab_size": 50432
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/mnt/gpt-storage/0x000011b/base-models/redpajama-3b-base-v1",
|
3 |
"architectures": [
|
4 |
"GPTNeoXForCausalLM"
|
5 |
],
|
|
|
19 |
"rotary_pct": 1.0,
|
20 |
"tie_word_embeddings": false,
|
21 |
"torch_dtype": "bfloat16",
|
22 |
+
"transformers_version": "4.30.0.dev0",
|
23 |
"use_cache": true,
|
24 |
"use_parallel_residual": false,
|
25 |
"vocab_size": 50432
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 0,
|
4 |
+
"eos_token_id": 0,
|
5 |
+
"transformers_version": "4.30.0.dev0"
|
6 |
+
}
|
pytorch_model.bin → model.safetensors
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42b1578e648740e6e357ce72c7786506995d6040d3a871f40270be587694208d
|
3 |
+
size 5686008384
|