macadeliccc
commited on
Commit
•
c54df0d
1
Parent(s):
c43a09c
Update README.md
Browse files
README.md
CHANGED
@@ -3,3 +3,30 @@ license: apache-2.0
|
|
3 |
base_model: NousResearch/Hermes-2-Pro-Mistral-7B
|
4 |
datasets: abacusai/SystemChat
|
5 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
base_model: NousResearch/Hermes-2-Pro-Mistral-7B
|
4 |
datasets: abacusai/SystemChat
|
5 |
---
|
6 |
+
# LiberatedHermes-2-Pro-Mistral-7B
|
7 |
+
|
8 |
+
![image/webp](https://cdn-uploads.huggingface.co/production/uploads/6455cc8d679315e4ef16fbec/BMRkSuhPIRv9iFNWBvQb2.webp)
|
9 |
+
|
10 |
+
|
11 |
+
1 Epoch using SFT on the [abacusai/SystemChat](https://huggingface.co/datasets/abacusai/SystemChat)
|
12 |
+
|
13 |
+
Prompt Template is ChatML:
|
14 |
+
|
15 |
+
```
|
16 |
+
<|im_start|>system
|
17 |
+
You are a helpful assistant.<|im_end|>
|
18 |
+
<|im_start|>user
|
19 |
+
What's the capital of France?<|im_end|>
|
20 |
+
<|im_start|>assistant
|
21 |
+
Paris.
|
22 |
+
```
|
23 |
+
|
24 |
+
## Quantizations
|
25 |
+
|
26 |
+
TODO
|
27 |
+
|
28 |
+
### AWQ
|
29 |
+
|
30 |
+
### GGUF
|
31 |
+
|
32 |
+
### HQQ
|