Upload 12 files
Browse files- output-00001-of-00007.safetensors +2 -2
- output-00002-of-00007.safetensors +2 -2
- output-00003-of-00007.safetensors +2 -2
- output-00004-of-00007.safetensors +2 -2
- output-00005-of-00007.safetensors +2 -2
- output-00006-of-00007.safetensors +2 -2
- output-00007-of-00007.safetensors +2 -2
- tokenizer_config.json +36 -1
output-00001-of-00007.safetensors
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:e06640e446ec31c11ff9fc55cf5c1b9685f95fe8c1d9ebd615af1cc69d337c24
|
3 |
+
size 8497089672
|
output-00002-of-00007.safetensors
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:f0cca72ba7faa6e62385d411c005c04b44dc4bfdc2645dbf878a80d6546237fb
|
3 |
+
size 8521199200
|
output-00003-of-00007.safetensors
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:058aa10482c5d966a25994a8ad9cd53319265fc863babcf0f5217e0ab3cc9f8a
|
3 |
+
size 8580091808
|
output-00004-of-00007.safetensors
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:abd19ef73168eed5773d9e2e4c19e8cdfaf506b25df596e74314b55e5f3c22fa
|
3 |
+
size 8417759136
|
output-00005-of-00007.safetensors
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:ba74061792a0ef525a74ac0ef09517c7abb503ae7ece6507d75bd75ed5333132
|
3 |
+
size 8461930400
|
output-00006-of-00007.safetensors
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:1d8fc6f8af9a5a4bbc7aa287229bc01a30b9fe417cd8735bc6cc0e41d305fa92
|
3 |
+
size 8370938728
|
output-00007-of-00007.safetensors
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:a524511951dac8d6212f178114f1a4efcde35f2da66a9468360ca8274e94a774
|
3 |
+
size 1248510648
|
tokenizer_config.json
CHANGED
@@ -1 +1,36 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token":true,
|
3 |
+
"add_eos_token":false,
|
4 |
+
"model_max_length":2048,
|
5 |
+
"pad_token":null,
|
6 |
+
"sp_model_kwargs":{
|
7 |
+
|
8 |
+
},
|
9 |
+
"tokenizer_class":"LlamaTokenizer",
|
10 |
+
"clean_up_tokenization_spaces":false,
|
11 |
+
"bos_token":{
|
12 |
+
"__type":"AddedToken",
|
13 |
+
"content":"<s>",
|
14 |
+
"lstrip":false,
|
15 |
+
"normalized":true,
|
16 |
+
"rstrip":false,
|
17 |
+
"single_word":false
|
18 |
+
},
|
19 |
+
"eos_token":{
|
20 |
+
"__type":"AddedToken",
|
21 |
+
"content":"</s>",
|
22 |
+
"lstrip":false,
|
23 |
+
"normalized":true,
|
24 |
+
"rstrip":false,
|
25 |
+
"single_word":false
|
26 |
+
},
|
27 |
+
"unk_token":{
|
28 |
+
"__type":"AddedToken",
|
29 |
+
"content":"<unk>",
|
30 |
+
"lstrip":false,
|
31 |
+
"normalized":true,
|
32 |
+
"rstrip":false,
|
33 |
+
"single_word":false
|
34 |
+
},
|
35 |
+
"chat_template": "{% for message in messages %}\n{% if message['role'] == 'user' %}\n{{ '<|user|>\n' + message['content'] }}\n{% elif message['role'] == 'assistant' %}\n{{ '<|assistant|>\n' + message['content'] + eos_token }}\n{% endif %}\n{% if loop.last and add_generation_prompt %}\n{{ '<|assistant|>' }}\n{% endif %}\n{% endfor %}"
|
36 |
+
}
|