Upload folder using huggingface_hub
Browse files- .gitattributes +3 -0
- config.json +26 -0
- mistral-7b-instruct-v0.3_Q2_K.gguf +3 -0
- mistral-7b-instruct-v0.3_Q4_K_M.gguf +3 -0
- mistral-7b-instruct-v0.3_Q8_0.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
mistral-7b-instruct-v0.3_Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
mistral-7b-instruct-v0.3_Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
mistral-7b-instruct-v0.3_Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "mistralai/Mistral-7B-Instruct-v0.3",
|
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 |
+
"rms_norm_eps": 1e-05,
|
19 |
+
"rope_theta": 1000000.0,
|
20 |
+
"sliding_window": null,
|
21 |
+
"tie_word_embeddings": false,
|
22 |
+
"torch_dtype": "bfloat16",
|
23 |
+
"transformers_version": "4.42.0.dev0",
|
24 |
+
"use_cache": true,
|
25 |
+
"vocab_size": 32768
|
26 |
+
}
|
mistral-7b-instruct-v0.3_Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa0bbf80375451dfd0c4dc1e522475fe6e989c023f6fbf1fa4c19f3978dd9e75
|
3 |
+
size 2722881472
|
mistral-7b-instruct-v0.3_Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54291e4197c27b0d3036e9d82623485f5bd7a26a795ee0eb53c0a65066f514df
|
3 |
+
size 4372815808
|
mistral-7b-instruct-v0.3_Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea6c80b2db7e9ec496c31b265cff7914db699ee602106fcda314077b4e34e87f
|
3 |
+
size 7702568896
|