Upload checkpoint-20770
Browse files- .gitattributes +1 -0
- checkpoint-20770/chat_template.jinja +4 -0
- checkpoint-20770/optimizer.pt +3 -0
- checkpoint-20770/rng_state_0.pth +3 -0
- checkpoint-20770/rng_state_1.pth +3 -0
- checkpoint-20770/rng_state_2.pth +3 -0
- checkpoint-20770/rng_state_3.pth +3 -0
- checkpoint-20770/scheduler.pt +3 -0
- checkpoint-20770/tokenizer.json +3 -0
- checkpoint-20770/tokenizer_config.json +17 -0
- checkpoint-20770/trainable_params.pt +3 -0
- checkpoint-20770/trainer_state.json +0 -0
- checkpoint-20770/training_args.bin +3 -0
.gitattributes
CHANGED
|
@@ -42,3 +42,4 @@ checkpoint-12462/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
| 42 |
checkpoint-14539/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 43 |
checkpoint-16616/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 44 |
checkpoint-18693/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 42 |
checkpoint-14539/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 43 |
checkpoint-16616/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 44 |
checkpoint-18693/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
checkpoint-20770/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
checkpoint-20770/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-20770/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90c44d673f524cc3b397a1f12a0512bea94660d49bd0c94a516581cbafbb8161
|
| 3 |
+
size 37657227
|
checkpoint-20770/rng_state_0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4fa8375f58412b52d8b44f02c38031141bbc0f841be98e63a865e1f8b0fb8c9
|
| 3 |
+
size 15429
|
checkpoint-20770/rng_state_1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f76127ce277b883f34e638a3b652dacc5dee85ec52bcb2f25fe9f6d7679132a1
|
| 3 |
+
size 15429
|
checkpoint-20770/rng_state_2.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5f1cf8529a28944138a7b204d13033641979669bbfe82b5cab1dbd59412432a
|
| 3 |
+
size 15429
|
checkpoint-20770/rng_state_3.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f93ae6ba07777707b8b4c781d7d9bb7282667b3d09e68280a335816981807cd2
|
| 3 |
+
size 15429
|
checkpoint-20770/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7224152805e5b5bfead342a497f8c0b9be5d781dac403f919d3941380236052d
|
| 3 |
+
size 1465
|
checkpoint-20770/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bdc0fd8410449f9ab91a0bc149a04e4f2565ef5d608b588c971e500863286adf
|
| 3 |
+
size 34362526
|
checkpoint-20770/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-20770/trainable_params.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd3ce44790ee20ad712608fe9461d102a649201f121bf967d5e54b8e496fcf89
|
| 3 |
+
size 18815091
|
checkpoint-20770/trainer_state.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-20770/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1bb2c1c94aa0fdd3230268e016f0540025019dc2d2135c0ef925a101aa0459fa
|
| 3 |
+
size 5265
|