LoneStriker commited on
Commit
a4abb04
1 Parent(s): 3d317fb

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. README.md +23 -3
  2. config.json +2 -1
  3. output.safetensors +2 -2
  4. tokenizer.model +3 -0
  5. tokenizer_config.json +2 -0
README.md CHANGED
@@ -7,6 +7,10 @@ tags:
7
  ---
8
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6468ce47e134d050a58aa89c/x44nNbPTpv0zGTqA1Jb2q.png)
9
 
 
 
 
 
10
  ### *Weights*
11
 
12
  - [teknium/OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B): 0.5
@@ -27,7 +31,7 @@ You can use these prompt templates, but I recommend using ChatML.
27
 
28
  ```
29
  <|im_start|>system
30
- {system}
31
  <|im_start|>user
32
  {user}<|im_end|>
33
  <|im_start|>assistant
@@ -40,6 +44,22 @@ You can use these prompt templates, but I recommend using ChatML.
40
  ### System:
41
  {system}
42
  ### User:
43
- {usr}
44
  ### Assistant:
45
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  ---
8
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6468ce47e134d050a58aa89c/x44nNbPTpv0zGTqA1Jb2q.png)
9
 
10
+ Merge of [teknium/OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B) and [Intel/neural-chat-7b-v3-2](https://huggingface.co/Intel/neural-chat-7b-v3-2) using ties merge.
11
+
12
+ _Note: [Intel/neural-chat-7b-v3-1](https://huggingface.co/Intel/neural-chat-7b-v3-1) merge version is available [here](https://huggingface.co/Weyaxi/OpenHermes-2.5-neural-chat-7b-v3-1-7B/)_
13
+
14
  ### *Weights*
15
 
16
  - [teknium/OpenHermes-2.5-Mistral-7B](https://huggingface.co/teknium/OpenHermes-2.5-Mistral-7B): 0.5
 
31
 
32
  ```
33
  <|im_start|>system
34
+ {system}<|im_end|>
35
  <|im_start|>user
36
  {user}<|im_end|>
37
  <|im_start|>assistant
 
44
  ### System:
45
  {system}
46
  ### User:
47
+ {user}
48
  ### Assistant:
49
+ ```
50
+
51
+ # Quantizationed versions
52
+
53
+ Quantizationed versions of this model is available thanks to [TheBloke](https://hf.co/TheBloke).
54
+
55
+ ##### GPTQ
56
+
57
+ - [TheBloke/OpenHermes-2.5-neural-chat-7B-v3-2-7B-GPTQ](https://huggingface.co/TheBloke/OpenHermes-2.5-neural-chat-7B-v3-2-7B-GPTQ)
58
+
59
+ ##### GGUF
60
+
61
+ - [TheBloke/OpenHermes-2.5-neural-chat-7B-v3-2-7B-GGUF](https://huggingface.co/TheBloke/OpenHermes-2.5-neural-chat-7B-v3-2-7B-GGUF)
62
+
63
+ ##### AWQ
64
+
65
+ - [TheBloke/OpenHermes-2.5-neural-chat-7B-v3-2-7B-AWQ](https://huggingface.co/TheBloke/OpenHermes-2.5-neural-chat-7B-v3-2-7B-AWQ)
config.json CHANGED
@@ -3,6 +3,7 @@
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
 
6
  "bos_token_id": 1,
7
  "eos_token_id": 2,
8
  "hidden_act": "silu",
@@ -19,7 +20,7 @@
19
  "sliding_window": 4096,
20
  "tie_word_embeddings": false,
21
  "torch_dtype": "bfloat16",
22
- "transformers_version": "4.35.2",
23
  "use_cache": true,
24
  "vocab_size": 32000
25
  }
 
3
  "architectures": [
4
  "MistralForCausalLM"
5
  ],
6
+ "attention_dropout": 0.0,
7
  "bos_token_id": 1,
8
  "eos_token_id": 2,
9
  "hidden_act": "silu",
 
20
  "sliding_window": 4096,
21
  "tie_word_embeddings": false,
22
  "torch_dtype": "bfloat16",
23
+ "transformers_version": "4.36.0.dev0",
24
  "use_cache": true,
25
  "vocab_size": 32000
26
  }
output.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab1ac2c6043bcfe6deebb85ebe71a73f3f8ce8c0f4ef4dd10fda204e1a6e6c7f
3
- size 4734987408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47e8ff086150690c504d2e8adefb79ab15ebc8c480bdd43e5fb8c5477a597ae1
3
+ size 4733220928
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
tokenizer_config.json CHANGED
@@ -1,4 +1,6 @@
1
  {
 
 
2
  "added_tokens_decoder": {
3
  "0": {
4
  "content": "<unk>",
 
1
  {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
  "added_tokens_decoder": {
5
  "0": {
6
  "content": "<unk>",