lordspline
commited on
Upload folder using huggingface_hub
Browse files- model.safetensors +1 -1
- optimizer.pt +2 -2
- rng_state.pth +1 -1
- scheduler.pt +1 -1
- tokenizer_config.json +1 -1
- trainer_state.json +0 -0
- training_args.bin +1 -1
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2431151640
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ae502e9d2bc3cbde3134b172fd7d270e02d62b2522246a3709e55edbed9c105
|
3 |
size 2431151640
|
optimizer.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:228ae641aa7e6b7fb0e279562103bcc628ea5bfde403577bd40955f5d877d62f
|
3 |
+
size 1969091450
|
rng_state.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 14244
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ff264f99d31b522cc7e2a4eac9d38606d0c58a34c0adc74d71e0ca8b371dc36
|
3 |
size 14244
|
scheduler.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1064
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f36d9a585bd41f06d9c0f95fc92a9880c13b8fca15407c832246016574c9a6b
|
3 |
size 1064
|
tokenizer_config.json
CHANGED
@@ -39,7 +39,7 @@
|
|
39 |
"<|im_end|>"
|
40 |
],
|
41 |
"bos_token": "<|endoftext|>",
|
42 |
-
"chat_template": "{%
|
43 |
"clean_up_tokenization_spaces": false,
|
44 |
"eos_token": "<|endoftext|>",
|
45 |
"errors": "replace",
|
|
|
39 |
"<|im_end|>"
|
40 |
],
|
41 |
"bos_token": "<|endoftext|>",
|
42 |
+
"chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
43 |
"clean_up_tokenization_spaces": false,
|
44 |
"eos_token": "<|endoftext|>",
|
45 |
"errors": "replace",
|
trainer_state.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5944
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d4b167ded2c20c456ca120643c25165a3cbfd13e33ec898e816d5c47998260a
|
3 |
size 5944
|