Upload checkpoint-5195
Browse files- checkpoint-5195/chat_template.jinja +4 -0
- checkpoint-5195/optimizer.pt +3 -0
- checkpoint-5195/rng_state_1.pth +3 -0
- checkpoint-5195/rng_state_2.pth +3 -0
- checkpoint-5195/rng_state_3.pth +3 -0
- checkpoint-5195/rng_state_4.pth +3 -0
- checkpoint-5195/rng_state_5.pth +3 -0
- checkpoint-5195/rng_state_6.pth +3 -0
- checkpoint-5195/rng_state_7.pth +3 -0
- checkpoint-5195/tokenizer.json +3 -0
- checkpoint-5195/tokenizer_config.json +17 -0
- checkpoint-5195/trainable_params.pt +3 -0
- checkpoint-5195/training_args.bin +3 -0
checkpoint-5195/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-5195/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6079372f31de24b9a0c51d52c9e149529e0e1dae295e51112e17f15d1b57bfa
|
| 3 |
+
size 51813003
|
checkpoint-5195/rng_state_1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd4ce53ed4c5ef331802c87523c80bf61cd9186d4ad8d13faf8497b9d7eeb3b6
|
| 3 |
+
size 16389
|
checkpoint-5195/rng_state_2.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad5fb68b815021c698be5d26765335317d305919c6f7cf37e7e5621a16806109
|
| 3 |
+
size 16389
|
checkpoint-5195/rng_state_3.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7708aa9d56840082a0cc554926a4f66689a74d095669a04fd4b41256ba9da525
|
| 3 |
+
size 16389
|
checkpoint-5195/rng_state_4.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4bf3a914d6cbc9665d191049b41d5e655603c9b7c27bed698580924ffdd788d7
|
| 3 |
+
size 16389
|
checkpoint-5195/rng_state_5.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fdc05ce009bc64f89ccf711e1ff3ddbf6861d5c1a104e0640b09832b786cc742
|
| 3 |
+
size 16389
|
checkpoint-5195/rng_state_6.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb59784501e98db1754b620fe986e1fee117326f8b815476cfbd748b5783b3f4
|
| 3 |
+
size 16389
|
checkpoint-5195/rng_state_7.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0eef35c1f9201cb77df34ceec695829a12f5b5c203878250e1720514a112235c
|
| 3 |
+
size 16389
|
checkpoint-5195/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bdc0fd8410449f9ab91a0bc149a04e4f2565ef5d608b588c971e500863286adf
|
| 3 |
+
size 34362526
|
checkpoint-5195/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-5195/trainable_params.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04dcd153b552d0e3fa42b831510139e853108eda5c1dfc436213019ec35e6417
|
| 3 |
+
size 25892979
|
checkpoint-5195/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3abc6c8cc089026748148810bd89cac51b893248996fc587521f75601d12d024
|
| 3 |
+
size 5265
|