Upload checkpoint-1039
Browse files- checkpoint-1039/chat_template.jinja +4 -0
- checkpoint-1039/optimizer.pt +3 -0
- checkpoint-1039/rng_state_1.pth +3 -0
- checkpoint-1039/rng_state_2.pth +3 -0
- checkpoint-1039/rng_state_3.pth +3 -0
- checkpoint-1039/rng_state_4.pth +3 -0
- checkpoint-1039/rng_state_5.pth +3 -0
- checkpoint-1039/rng_state_6.pth +3 -0
- checkpoint-1039/rng_state_7.pth +3 -0
- checkpoint-1039/tokenizer.json +3 -0
- checkpoint-1039/tokenizer_config.json +17 -0
- checkpoint-1039/trainable_params.pt +3 -0
- checkpoint-1039/training_args.bin +3 -0
checkpoint-1039/chat_template.jinja
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{% if messages[0]['role'] == 'system' %}{{ raise_exception('System role not supported') }}{% endif %}{% for message in messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if (message['role'] == 'assistant') %}{% set role = 'model' %}{% else %}{% set role = message['role'] %}{% endif %}{{ '<start_of_turn>' + role + '
|
| 2 |
+
' + message['content'] | trim + '<end_of_turn>
|
| 3 |
+
' }}{% endfor %}{% if add_generation_prompt %}{{'<start_of_turn>model
|
| 4 |
+
'}}{% endif %}
|
checkpoint-1039/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76213bbe20986ab444dcb20666b39a778b479b5104c30e78036bba4407d75cef
|
| 3 |
+
size 51813003
|
checkpoint-1039/rng_state_1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15452a4d537293119e83dc24959ad27b0555cf7a38776d3117567bda1c64fe6c
|
| 3 |
+
size 16389
|
checkpoint-1039/rng_state_2.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90e4d1ef55dafd10a21f68862d18f18d2e63460be615474344d2dfe5b9dd6330
|
| 3 |
+
size 16389
|
checkpoint-1039/rng_state_3.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30413e6c21d0c20f003910339d6d18d423368b80388bf1dab29c8d1288cc1124
|
| 3 |
+
size 16389
|
checkpoint-1039/rng_state_4.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a69672ce3cd613fec3d84cbc87464d9ec7b2a962b99ab7197ea8b3e981c1a33
|
| 3 |
+
size 16389
|
checkpoint-1039/rng_state_5.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b315ceb407d5c90d5db71b2c127d8d1bef3dc0dc38dc080af91408b7eb229b02
|
| 3 |
+
size 16389
|
checkpoint-1039/rng_state_6.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d4337d84a0b420a271ccf4d1c1f47bc3f394eb644ec5026962bf69c67c0392e
|
| 3 |
+
size 16389
|
checkpoint-1039/rng_state_7.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c00f03c73ff9ba29b012301e7a45ec562e2a92bac0b1b0162191f3ed3a645577
|
| 3 |
+
size 16389
|
checkpoint-1039/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bdc0fd8410449f9ab91a0bc149a04e4f2565ef5d608b588c971e500863286adf
|
| 3 |
+
size 34362526
|
checkpoint-1039/tokenizer_config.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"backend": "tokenizers",
|
| 3 |
+
"bos_token": "<bos>",
|
| 4 |
+
"clean_up_tokenization_spaces": false,
|
| 5 |
+
"eos_token": "<eos>",
|
| 6 |
+
"is_local": false,
|
| 7 |
+
"local_files_only": false,
|
| 8 |
+
"mask_token": "<mask>",
|
| 9 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 10 |
+
"pad_token": "<pad>",
|
| 11 |
+
"padding_side": "right",
|
| 12 |
+
"sp_model_kwargs": {},
|
| 13 |
+
"spaces_between_special_tokens": false,
|
| 14 |
+
"tokenizer_class": "GemmaTokenizer",
|
| 15 |
+
"unk_token": "<unk>",
|
| 16 |
+
"use_default_system_prompt": false
|
| 17 |
+
}
|
checkpoint-1039/trainable_params.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bcc68ad3f734702fa759995568c3c2208c0dad1c1a273a99fcdcb20f32826b9d
|
| 3 |
+
size 25892979
|
checkpoint-1039/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3abc6c8cc089026748148810bd89cac51b893248996fc587521f75601d12d024
|
| 3 |
+
size 5265
|