Training in progress, step 1980
Browse files
model-00001-of-00002.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4990951344
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eec2e2f3115fbacfeed1fc7e273d2093521440a8e945424899b3a23df81b1416
|
3 |
size 4990951344
|
model-00002-of-00002.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2574904248
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72c710c0da036a993c2464a762803f5e57413b51f3ded4e668e6763d572599f1
|
3 |
size 2574904248
|
tokenizer_config.json
CHANGED
@@ -68,7 +68,7 @@
|
|
68 |
}
|
69 |
},
|
70 |
"bos_token": "<s>",
|
71 |
-
"chat_template": "{{ bos_token }}\n\n{%- for message in messages %}\n {%- if message['role'] == 'system' %}\n {{- '以下は、タスクを説明する指示です。要求を適切に満たす応答を書きなさい。' }}\n {%- elif message['role'] == 'user' %}\n {{- '\n\n### 指示:\n' + message['content'] }}\n {%- if additional_instruction is
|
72 |
"clean_up_tokenization_spaces": false,
|
73 |
"cls_token": "<CLS|LLM-jp>",
|
74 |
"eod_token": "</s>",
|
|
|
68 |
}
|
69 |
},
|
70 |
"bos_token": "<s>",
|
71 |
+
"chat_template": "{{ bos_token }}\n\n{%- for message in messages %}\n {%- if message['role'] == 'system' %}\n {{- '以下は、タスクを説明する指示です。要求を適切に満たす応答を書きなさい。' }}\n {%- elif message['role'] == 'user' %}\n {{- '\n\n### 指示:\n' + message['content'] }}\n {%- if additional_instruction is not none and additional_instruction != '' %}\n {{- '\n\n' + additional_instruction }}\n {%- endif %}\n {%- elif message['role'] == 'assistant' %}\n {{- '\n\n### 応答:\n' + message['content'] + eos_token }}\n {%- endif %}\n{%- endfor %}\n\n{%- if add_generation_prompt %}\n {{- '\n\n### 応答:\n' }}\n{%- endif %}",
|
72 |
"clean_up_tokenization_spaces": false,
|
73 |
"cls_token": "<CLS|LLM-jp>",
|
74 |
"eod_token": "</s>",
|