Upload checkpoint-12980
Browse files- checkpoint-12980/chat_template.jinja +4 -0
- checkpoint-12980/optimizer.pt +3 -0
- checkpoint-12980/rng_state_1.pth +3 -0
- checkpoint-12980/rng_state_2.pth +3 -0
- checkpoint-12980/rng_state_3.pth +3 -0
- checkpoint-12980/rng_state_4.pth +3 -0
- checkpoint-12980/rng_state_5.pth +3 -0
- checkpoint-12980/rng_state_6.pth +3 -0
- checkpoint-12980/rng_state_7.pth +3 -0
- checkpoint-12980/tokenizer.json +3 -0
- checkpoint-12980/tokenizer_config.json +17 -0
- checkpoint-12980/trainable_params.pt +3 -0
- checkpoint-12980/training_args.bin +3 -0
checkpoint-12980/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-12980/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9375722b33df36c339f91458a2a5231c64bf3ccd189503c34d9e756e5d0bb60a
|
| 3 |
+
size 5401984
|
checkpoint-12980/rng_state_1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80a1ad793f772118db6d9aa9279d5fddc61b1277a72e0a9dc6bff5b42e2fb504
|
| 3 |
+
size 16389
|
checkpoint-12980/rng_state_2.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c3435be7853805474c81123acddc2a7c0269ce01e188c5b751435d7b47b021d
|
| 3 |
+
size 16389
|
checkpoint-12980/rng_state_3.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5eeabf940274ec5756733f72e044f2ac5e5dd70305c40f6f71b3109946c7f1e
|
| 3 |
+
size 16389
|
checkpoint-12980/rng_state_4.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e3ca2d1ca08cc0757b9158c0fdbbbcb314811d8ead4abee1ea501caeae6983a
|
| 3 |
+
size 16389
|
checkpoint-12980/rng_state_5.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:37414f50807f120dba7ae5ab7f485a365c1c6ba02bc74db406ba4bc8e8f9284f
|
| 3 |
+
size 16389
|
checkpoint-12980/rng_state_6.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b0ad43f587ff47328b1b7647aeb7ca2af2270fbb31056424fb7ce36972d51a55
|
| 3 |
+
size 16389
|
checkpoint-12980/rng_state_7.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e7086c28b692ebcfe52074e1dbef2aeaf2865c817259a9f3f1e39570d976edb
|
| 3 |
+
size 16389
|
checkpoint-12980/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:923de64f4705efd22f6880dc5e6a9b2993de2706a03d0d48773e0173e32a074f
|
| 3 |
+
size 34362428
|
checkpoint-12980/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-12980/trainable_params.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b05e8663f18f6ab09b8a8c89720aef6c580a6cfc60f9ec1b93d6fe5e415230f4
|
| 3 |
+
size 30618895
|
checkpoint-12980/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3abc6c8cc089026748148810bd89cac51b893248996fc587521f75601d12d024
|
| 3 |
+
size 5265
|