Upload checkpoint-2596
Browse files- checkpoint-2596/chat_template.jinja +4 -0
- checkpoint-2596/optimizer.pt +3 -0
- checkpoint-2596/rng_state_1.pth +3 -0
- checkpoint-2596/rng_state_2.pth +3 -0
- checkpoint-2596/rng_state_3.pth +3 -0
- checkpoint-2596/rng_state_4.pth +3 -0
- checkpoint-2596/rng_state_5.pth +3 -0
- checkpoint-2596/rng_state_6.pth +3 -0
- checkpoint-2596/rng_state_7.pth +3 -0
- checkpoint-2596/tokenizer.json +3 -0
- checkpoint-2596/tokenizer_config.json +17 -0
- checkpoint-2596/trainable_params.pt +3 -0
- checkpoint-2596/training_args.bin +3 -0
checkpoint-2596/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-2596/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:74569057fa31f2a02c0005c54d820ac8b0f213523085ab34912f5308eb1296a6
|
| 3 |
+
size 61265867
|
checkpoint-2596/rng_state_1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d97233b2715570e4c20abccfcc6161796ae18643dcab3ed3fbc864f6f3aaa48
|
| 3 |
+
size 16389
|
checkpoint-2596/rng_state_2.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f1f2239180e786fc784a0e53c4204bd64a61e6458402467ba312a7528eefc55
|
| 3 |
+
size 16389
|
checkpoint-2596/rng_state_3.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11343fa09d6e0a6570113f8efe7af41e8681e366c92371b06dc339a643c1c118
|
| 3 |
+
size 16389
|
checkpoint-2596/rng_state_4.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19246eb8d9f66f9d950ef3d65ec704788e67afeec486e2ab7e9c1c06ea3a86e5
|
| 3 |
+
size 16389
|
checkpoint-2596/rng_state_5.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec8394b914d9a680a62c50dcb62ad85abe23be99b1544f823eef8d7bf1781864
|
| 3 |
+
size 16389
|
checkpoint-2596/rng_state_6.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50084db1ac28ef2d64eef5fe2bdfb9558fc2da2e4d04e9d839a8bde5c4b1161a
|
| 3 |
+
size 16389
|
checkpoint-2596/rng_state_7.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3e13b02a065a4d02dc89d2a5d5403bb307671de51fed4580fa6c99b34e6ef3a
|
| 3 |
+
size 16389
|
checkpoint-2596/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:923de64f4705efd22f6880dc5e6a9b2993de2706a03d0d48773e0173e32a074f
|
| 3 |
+
size 34362428
|
checkpoint-2596/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-2596/trainable_params.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac76a6bd86f4a34cf815a2af9772e4344ceb3705d5ad79c98c8ae399bd3d640f
|
| 3 |
+
size 30618895
|
checkpoint-2596/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3abc6c8cc089026748148810bd89cac51b893248996fc587521f75601d12d024
|
| 3 |
+
size 5265
|