Upload checkpoint-9086
Browse files- checkpoint-9086/chat_template.jinja +4 -0
- checkpoint-9086/optimizer.pt +3 -0
- checkpoint-9086/rng_state_1.pth +3 -0
- checkpoint-9086/rng_state_2.pth +3 -0
- checkpoint-9086/rng_state_3.pth +3 -0
- checkpoint-9086/rng_state_4.pth +3 -0
- checkpoint-9086/rng_state_5.pth +3 -0
- checkpoint-9086/rng_state_6.pth +3 -0
- checkpoint-9086/rng_state_7.pth +3 -0
- checkpoint-9086/tokenizer.json +3 -0
- checkpoint-9086/tokenizer_config.json +17 -0
- checkpoint-9086/trainable_params.pt +3 -0
- checkpoint-9086/training_args.bin +3 -0
checkpoint-9086/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-9086/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:281247976362bb463d83950c17f786dfe2f2c4b27f18258b7db0aae56bfe505b
|
| 3 |
+
size 61265867
|
checkpoint-9086/rng_state_1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:733444e11f6be803e128d72b9c8cc710a75bd92f1a8271e0a12bfdf425994b26
|
| 3 |
+
size 16389
|
checkpoint-9086/rng_state_2.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0eec8578e58519a3e4741aaeab4ffc57f37e332e6ed24595b56a7fff2a7b6164
|
| 3 |
+
size 16389
|
checkpoint-9086/rng_state_3.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3625937dbe04057043304dc40134b6e4452179ecf299df0ecf8acb99198c116e
|
| 3 |
+
size 16389
|
checkpoint-9086/rng_state_4.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:438c3d370f2846ce27f51ccf590c2079007fc3937ae5300046e47f2368561675
|
| 3 |
+
size 16389
|
checkpoint-9086/rng_state_5.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43e687a6c23a3797570d6cabb9c192a67b65a3cfc6a16adcc858c937ad0f5cb4
|
| 3 |
+
size 16389
|
checkpoint-9086/rng_state_6.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fdb3421603f2bf0bf412521ca12239b3730b814115ad99d8bf35db834205ece9
|
| 3 |
+
size 16389
|
checkpoint-9086/rng_state_7.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5bcdab867d58c4e2da9d1be91ac41ef455f63bf26f3b77e759805b9551bf6694
|
| 3 |
+
size 16389
|
checkpoint-9086/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:923de64f4705efd22f6880dc5e6a9b2993de2706a03d0d48773e0173e32a074f
|
| 3 |
+
size 34362428
|
checkpoint-9086/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-9086/trainable_params.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2259c30e6d2e533e3cbd009000a725ce798bba329e0537a0b184d598ef7c0b96
|
| 3 |
+
size 30618895
|
checkpoint-9086/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3abc6c8cc089026748148810bd89cac51b893248996fc587521f75601d12d024
|
| 3 |
+
size 5265
|