Panchovix commited on
Commit
75446c9
1 Parent(s): 1ae6409

Upload 12 files

Browse files
output-00001-of-00007.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ac9a6c5cdac991bf0d05c508321d6a4945b32e678dad149e050bd62d28f8de6f
3
- size 8583619248
 
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:058d480633a9b59728d968ebd679100a1a366cc52bf89a9686f866fc7fc4fdfa
3
- size 8542696352
 
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:63e26e5ef98091a9d092eca5560a938f752e4fdddd64d22b95cb5905b227e0a0
3
- size 8495112912
 
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:af69ff550f65c7a2c534a1d670804cf25877625afc4073449802a094dd1c3fa1
3
- size 8513202632
 
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:8b02d3f179fcfce527766e5c32afea712c2f2bcaf72534f562da1e666b811c0d
3
- size 8582620752
 
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:304ceee3061c279a66a554908f95b869c2af35fb06cd7b9a6f178b1e133e25e9
3
- size 8564777960
 
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:9d14e3cd47054c5a8a69fd068099abcbdcf016c52f3219dc817d42b2d5d5b7e8
3
- size 820902712
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a524511951dac8d6212f178114f1a4efcde35f2da66a9468360ca8274e94a774
3
+ size 1248510648
tokenizer_config.json CHANGED
@@ -1 +1,36 @@
1
- {"add_bos_token": true, "add_eos_token": false, "model_max_length": 2048, "pad_token": null, "sp_model_kwargs": {}, "tokenizer_class": "LlamaTokenizer", "clean_up_tokenization_spaces": false, "bos_token": {"__type": "AddedToken", "content": "<s>", "lstrip": false, "normalized": true, "rstrip": false, "single_word": false}, "eos_token": {"__type": "AddedToken", "content": "</s>", "lstrip": false, "normalized": true, "rstrip": false, "single_word": false}, "unk_token": {"__type": "AddedToken", "content": "<unk>", "lstrip": false, "normalized": true, "rstrip": false, "single_word": false}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }