Commit ·
83ac608
0
Parent(s):
clean
Browse files- .gitattributes +0 -0
- model/chat_template.jinja +6 -0
- model/config.json +3 -0
- model/generation_config.json +3 -0
- model/model-00001-of-00004.safetensors +3 -0
- model/model-00002-of-00004.safetensors +3 -0
- model/model-00003-of-00004.safetensors +3 -0
- model/model-00004-of-00004.safetensors +3 -0
- model/model.safetensors.index.json +3 -0
- model/processor_config.json +3 -0
- model/special_tokens_map.json +3 -0
- model/tokenizer.json +3 -0
- model/tokenizer_config.json +3 -0
.gitattributes
ADDED
|
Binary file (1.79 kB). View file
|
|
|
model/chat_template.jinja
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{% for message in messages %}{{ '<|start_header_id|>' + message['role'] + '<|end_header_id|>
|
| 2 |
+
|
| 3 |
+
'}}{# Render all images first #}{% for content in message['content'] | selectattr('type', 'equalto', 'image') %}{{ '<image>' }}{% endfor %}{# Render all text next #}{% for content in message['content'] | selectattr('type', 'equalto', 'text') %}{{ '
|
| 4 |
+
' + content['text'] + '<|eot_id|>' }}{% endfor %}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>
|
| 5 |
+
|
| 6 |
+
' }}{% endif %}
|
model/config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1be703b78a142a43941ea06a6c5176221e08220bd8cb57f3b077df34abbe5c55
|
| 3 |
+
size 2040
|
model/generation_config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9779c369d67f419de57f3ac578086d3b32a7118017302b0b805dd5623dfcad2d
|
| 3 |
+
size 131
|
model/model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b9f1f1855068947b0de7434fd486ae4c00c2df21cf0c758989d0866632795aa
|
| 3 |
+
size 4955137624
|
model/model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52d8da4fcd6c3ef46684a48856d52c5c1848a3064a0d1d200b95a2aeb79b33cf
|
| 3 |
+
size 4915917552
|
model/model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0db5ff39167647756d47af4321264cb3c79a9e9fb09a530aa239cf3162331bc
|
| 3 |
+
size 4999820824
|
model/model-00004-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:235a4ea8e0b94a10d1f4c196a92b9a7cd9e482c9f4878081cb50896316f0b54f
|
| 3 |
+
size 1839769624
|
model/model.safetensors.index.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6a3e6492642c48443b2e2a5a095426e3e1c03aaab8aa15ec030d651e9d2d7d8
|
| 3 |
+
size 70916
|
model/processor_config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:907ce0e508c5f6a9b0613287c2b43dcb6acdadf53cbecd4599c6fca576e17d38
|
| 3 |
+
size 1093
|
model/special_tokens_map.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76333e41cc68bb9bde52869640c37eb8b203dffe17a564b2328e5a5db1c9030a
|
| 3 |
+
size 486
|
model/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43b3158e0ad6a661fbf8445533e32e2fe043bfeec7828d3ec2bd016f5e3b2b2a
|
| 3 |
+
size 17210327
|
model/tokenizer_config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:441272f2cbd00ed864e66e1034ea2e762eb56e2988612ef2d93f7210cb7f3af4
|
| 3 |
+
size 53147
|