MaziyarPanahi
commited on
Commit
•
bdd3836
1
Parent(s):
a39e663
Delete Mistral-7B-Instruct-v0.2-AWQ
Browse files- Mistral-7B-Instruct-v0.2-AWQ/config.json +0 -34
- Mistral-7B-Instruct-v0.2-AWQ/generation_config.json +0 -7
- Mistral-7B-Instruct-v0.2-AWQ/model.safetensors +0 -3
- Mistral-7B-Instruct-v0.2-AWQ/quant_config.json +0 -7
- Mistral-7B-Instruct-v0.2-AWQ/special_tokens_map.json +0 -23
- Mistral-7B-Instruct-v0.2-AWQ/tokenizer.json +0 -0
- Mistral-7B-Instruct-v0.2-AWQ/tokenizer_config.json +0 -43
Mistral-7B-Instruct-v0.2-AWQ/config.json
DELETED
@@ -1,34 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_name_or_path": "/home/maziyar/.cache/huggingface/hub/models--mistralai--Mistral-7B-Instruct-v0.2/snapshots/b70aa86578567ba3301b21c8a27bea4e8f6d6d61",
|
3 |
-
"architectures": [
|
4 |
-
"MistralForCausalLM"
|
5 |
-
],
|
6 |
-
"attention_dropout": 0.0,
|
7 |
-
"bos_token_id": 1,
|
8 |
-
"eos_token_id": 2,
|
9 |
-
"hidden_act": "silu",
|
10 |
-
"hidden_size": 4096,
|
11 |
-
"initializer_range": 0.02,
|
12 |
-
"intermediate_size": 14336,
|
13 |
-
"max_position_embeddings": 32768,
|
14 |
-
"model_type": "mistral",
|
15 |
-
"num_attention_heads": 32,
|
16 |
-
"num_hidden_layers": 32,
|
17 |
-
"num_key_value_heads": 8,
|
18 |
-
"quantization_config": {
|
19 |
-
"bits": 4,
|
20 |
-
"group_size": 128,
|
21 |
-
"modules_to_not_convert": null,
|
22 |
-
"quant_method": "awq",
|
23 |
-
"version": "gemm",
|
24 |
-
"zero_point": true
|
25 |
-
},
|
26 |
-
"rms_norm_eps": 1e-05,
|
27 |
-
"rope_theta": 1000000.0,
|
28 |
-
"sliding_window": null,
|
29 |
-
"tie_word_embeddings": false,
|
30 |
-
"torch_dtype": "float16",
|
31 |
-
"transformers_version": "4.38.0.dev0",
|
32 |
-
"use_cache": true,
|
33 |
-
"vocab_size": 32000
|
34 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Mistral-7B-Instruct-v0.2-AWQ/generation_config.json
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_from_model_config": true,
|
3 |
-
"bos_token_id": 1,
|
4 |
-
"do_sample": true,
|
5 |
-
"eos_token_id": 2,
|
6 |
-
"transformers_version": "4.38.0.dev0"
|
7 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Mistral-7B-Instruct-v0.2-AWQ/model.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:f10eff8d7f75d7c70a73a71ce30db8ed8ee3ddd2b56dc1bab8d969fcf64c50fa
|
3 |
-
size 4150880232
|
|
|
|
|
|
|
|
Mistral-7B-Instruct-v0.2-AWQ/quant_config.json
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"zero_point": true,
|
3 |
-
"q_group_size": 128,
|
4 |
-
"w_bit": 4,
|
5 |
-
"version": "GEMM",
|
6 |
-
"modules_to_not_convert": null
|
7 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Mistral-7B-Instruct-v0.2-AWQ/special_tokens_map.json
DELETED
@@ -1,23 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"bos_token": {
|
3 |
-
"content": "<s>",
|
4 |
-
"lstrip": false,
|
5 |
-
"normalized": false,
|
6 |
-
"rstrip": false,
|
7 |
-
"single_word": false
|
8 |
-
},
|
9 |
-
"eos_token": {
|
10 |
-
"content": "</s>",
|
11 |
-
"lstrip": false,
|
12 |
-
"normalized": false,
|
13 |
-
"rstrip": false,
|
14 |
-
"single_word": false
|
15 |
-
},
|
16 |
-
"unk_token": {
|
17 |
-
"content": "<unk>",
|
18 |
-
"lstrip": false,
|
19 |
-
"normalized": false,
|
20 |
-
"rstrip": false,
|
21 |
-
"single_word": false
|
22 |
-
}
|
23 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Mistral-7B-Instruct-v0.2-AWQ/tokenizer.json
DELETED
The diff for this file is too large to render.
See raw diff
|
|
Mistral-7B-Instruct-v0.2-AWQ/tokenizer_config.json
DELETED
@@ -1,43 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"add_bos_token": true,
|
3 |
-
"add_eos_token": false,
|
4 |
-
"added_tokens_decoder": {
|
5 |
-
"0": {
|
6 |
-
"content": "<unk>",
|
7 |
-
"lstrip": false,
|
8 |
-
"normalized": false,
|
9 |
-
"rstrip": false,
|
10 |
-
"single_word": false,
|
11 |
-
"special": true
|
12 |
-
},
|
13 |
-
"1": {
|
14 |
-
"content": "<s>",
|
15 |
-
"lstrip": false,
|
16 |
-
"normalized": false,
|
17 |
-
"rstrip": false,
|
18 |
-
"single_word": false,
|
19 |
-
"special": true
|
20 |
-
},
|
21 |
-
"2": {
|
22 |
-
"content": "</s>",
|
23 |
-
"lstrip": false,
|
24 |
-
"normalized": false,
|
25 |
-
"rstrip": false,
|
26 |
-
"single_word": false,
|
27 |
-
"special": true
|
28 |
-
}
|
29 |
-
},
|
30 |
-
"additional_special_tokens": [],
|
31 |
-
"bos_token": "<s>",
|
32 |
-
"chat_template": "{{ bos_token }}{% for message in messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if message['role'] == 'user' %}{{ '[INST] ' + message['content'] + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ message['content'] + eos_token}}{% else %}{{ raise_exception('Only user and assistant roles are supported!') }}{% endif %}{% endfor %}",
|
33 |
-
"clean_up_tokenization_spaces": false,
|
34 |
-
"eos_token": "</s>",
|
35 |
-
"legacy": true,
|
36 |
-
"model_max_length": 1000000000000000019884624838656,
|
37 |
-
"pad_token": null,
|
38 |
-
"sp_model_kwargs": {},
|
39 |
-
"spaces_between_special_tokens": false,
|
40 |
-
"tokenizer_class": "LlamaTokenizer",
|
41 |
-
"unk_token": "<unk>",
|
42 |
-
"use_default_system_prompt": false
|
43 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|