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