Ursa Minor v0.2
Browse files- config.json +3 -4
- generation_config.json +1 -1
- model.safetensors +2 -2
- special_tokens_map.json +7 -1
- tokenizer.json +2 -2
- tokenizer_config.json +1 -2
- training_args.bin +0 -3
config.json
CHANGED
|
@@ -17,12 +17,11 @@
|
|
| 17 |
"num_hidden_layers": 28,
|
| 18 |
"num_key_value_heads": 2,
|
| 19 |
"rms_norm_eps": 1e-06,
|
| 20 |
-
"rope_scaling": null,
|
| 21 |
"rope_theta": 1000000.0,
|
| 22 |
-
"sliding_window":
|
| 23 |
"tie_word_embeddings": true,
|
| 24 |
-
"torch_dtype": "
|
| 25 |
-
"transformers_version": "4.
|
| 26 |
"use_cache": true,
|
| 27 |
"use_sliding_window": false,
|
| 28 |
"vocab_size": 151936
|
|
|
|
| 17 |
"num_hidden_layers": 28,
|
| 18 |
"num_key_value_heads": 2,
|
| 19 |
"rms_norm_eps": 1e-06,
|
|
|
|
| 20 |
"rope_theta": 1000000.0,
|
| 21 |
+
"sliding_window": null,
|
| 22 |
"tie_word_embeddings": true,
|
| 23 |
+
"torch_dtype": "float16",
|
| 24 |
+
"transformers_version": "4.44.0",
|
| 25 |
"use_cache": true,
|
| 26 |
"use_sliding_window": false,
|
| 27 |
"vocab_size": 151936
|
generation_config.json
CHANGED
|
@@ -2,5 +2,5 @@
|
|
| 2 |
"bos_token_id": 151643,
|
| 3 |
"eos_token_id": 151643,
|
| 4 |
"max_new_tokens": 2048,
|
| 5 |
-
"transformers_version": "4.
|
| 6 |
}
|
|
|
|
| 2 |
"bos_token_id": 151643,
|
| 3 |
"eos_token_id": 151643,
|
| 4 |
"max_new_tokens": 2048,
|
| 5 |
+
"transformers_version": "4.44.0"
|
| 6 |
}
|
model.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:f5dbb88baee4bff04dc771cb254094e676c6d81fcf37ab576bc320c49038e78d
|
| 3 |
+
size 3087466808
|
special_tokens_map.json
CHANGED
|
@@ -10,5 +10,11 @@
|
|
| 10 |
"rstrip": false,
|
| 11 |
"single_word": false
|
| 12 |
},
|
| 13 |
-
"pad_token":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
}
|
|
|
|
| 10 |
"rstrip": false,
|
| 11 |
"single_word": false
|
| 12 |
},
|
| 13 |
+
"pad_token": {
|
| 14 |
+
"content": "<|endoftext|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false
|
| 19 |
+
}
|
| 20 |
}
|
tokenizer.json
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:a12e3ba5d5e0ad173cf7b408ab8534c6be8cbc6a146714e9c7dc8cf2346603b1
|
| 3 |
+
size 7028043
|
tokenizer_config.json
CHANGED
|
@@ -31,11 +31,10 @@
|
|
| 31 |
"<|im_end|>"
|
| 32 |
],
|
| 33 |
"bos_token": null,
|
| 34 |
-
"chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant
|
| 35 |
"clean_up_tokenization_spaces": false,
|
| 36 |
"eos_token": "<|endoftext|>",
|
| 37 |
"errors": "replace",
|
| 38 |
-
"extra_special_tokens": {},
|
| 39 |
"model_max_length": 32768,
|
| 40 |
"pad_token": "<|endoftext|>",
|
| 41 |
"split_special_tokens": false,
|
|
|
|
| 31 |
"<|im_end|>"
|
| 32 |
],
|
| 33 |
"bos_token": null,
|
| 34 |
+
"chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
| 35 |
"clean_up_tokenization_spaces": false,
|
| 36 |
"eos_token": "<|endoftext|>",
|
| 37 |
"errors": "replace",
|
|
|
|
| 38 |
"model_max_length": 32768,
|
| 39 |
"pad_token": "<|endoftext|>",
|
| 40 |
"split_special_tokens": false,
|
training_args.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d0de8e0a6d939169238d06fe72a362c805491e9e1cc205c70cc94c40d6189af7
|
| 3 |
-
size 5304
|
|
|
|
|
|
|
|
|
|
|
|