Fizzarolli
commited on
Commit
•
82f85af
1
Parent(s):
7b013e8
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- roleplay
|
4 |
+
- storywriting
|
5 |
+
- qwen2.5
|
6 |
+
- finetune
|
7 |
+
- transformers
|
8 |
+
- pytorch
|
9 |
+
---
|
10 |
+
|
11 |
+
# Zeus Labs ~ Chronos-Platinum-72B
|
12 |
+
|
13 |
+
![image/webp](https://cdn-uploads.huggingface.co/production/uploads/634262af8d8089ebaefd410e/tR2GBVNmTEWt8HD6LQF3U.webp)
|
14 |
+
|
15 |
+
## Instruct Template
|
16 |
+
|
17 |
+
This model uses `ChatML` - below is an example. It is a preset in many frontends.
|
18 |
+
|
19 |
+
```
|
20 |
+
<|im_start|>system
|
21 |
+
You are a helpful assistant<|im_end|>
|
22 |
+
<|im_start|>user
|
23 |
+
Hello there!<|im_end|>
|
24 |
+
<|im_start|>assistant
|
25 |
+
Hi! I'm an AI assistant, designed to help people like you with all sorts of tasks. Is there anything you need help with?<|im_end|>
|
26 |
+
<|im_start|>user
|
27 |
+
I was wondering how transformers work?<|im_end|>
|
28 |
+
<|im_start|>assistant
|
29 |
+
```
|
30 |
+
|
31 |
+
## Quantization
|
32 |
+
Please note that we tested this model with a 4.5bpw EXL2 quant. Results are not expected to be the same when going below this quanitzation.
|
33 |
+
|
34 |
+
|
35 |
+
#### LlamaCPP
|
36 |
+
TODO!
|
37 |
+
|
38 |
+
#### Exllama2
|
39 |
+
TODO!
|
40 |
+
|
41 |
+
#### FP8
|
42 |
+
TODO!
|
43 |
+
|
44 |
+
## Sampling Settings
|
45 |
+
Here are some settings that work well with this model:
|
46 |
+
```
|
47 |
+
TODO!
|
48 |
+
```
|
49 |
+
|
50 |
+
## Credit
|
51 |
+
Thank you to my team consisting of [@Fizzarolli](https://huggingface.co/Fizzarolli), [@ToastyPigeon](https://huggingface.co/ToastyPigeon) and myself [@elinas](https://huggingface.co/elinas).
|
52 |
+
|
53 |
+
|
54 |
+
## Additional Details
|
55 |
+
|
56 |
+
If you have any questions or concerns, please post in the community tab.
|
57 |
+
|
58 |
+
DISCLAIMER: Outputs generated by the model are not reflective of our views.
|