aashish1904
commited on
Commit
•
cd3f71e
1
Parent(s):
c8894e4
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
|
4 |
+
base_model:
|
5 |
+
- elinas/Chronos-Gold-12B-1.0
|
6 |
+
- Triangle104/ChatWaifu_Magnum_V0.2
|
7 |
+
library_name: transformers
|
8 |
+
tags:
|
9 |
+
- mergekit
|
10 |
+
- merge
|
11 |
+
license: apache-2.0
|
12 |
+
|
13 |
+
---
|
14 |
+
|
15 |
+
[![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](https://hf.co/QuantFactory)
|
16 |
+
|
17 |
+
|
18 |
+
# QuantFactory/Chatty-Harry_V3.0-GGUF
|
19 |
+
This is quantized version of [Triangle104/Chatty-Harry_V3.0](https://huggingface.co/Triangle104/Chatty-Harry_V3.0) created using llama.cpp
|
20 |
+
|
21 |
+
# Original Model Card
|
22 |
+
|
23 |
+
Model details:
|
24 |
+
-
|
25 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/66c1cc08453a7ef6c5fe657a/0KzNTEtn2kJJQsw4lQeY0.png)
|
26 |
+
|
27 |
+
*You've got to ask yourself one question...*
|
28 |
+
|
29 |
+
Added some Chronos-Gold-12B-1.0 at suggestion.
|
30 |
+
|
31 |
+
Feedback is welcome.
|
32 |
+
|
33 |
+
---
|
34 |
+
# merge
|
35 |
+
|
36 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
37 |
+
|
38 |
+
## Merge Details
|
39 |
+
|
40 |
+
### Merge Method
|
41 |
+
|
42 |
+
This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [Triangle104/ChatWaifu_Magnum_V0.2](https://huggingface.co/Triangle104/ChatWaifu_Magnum_V0.2) as a base.
|
43 |
+
|
44 |
+
### Models Merged
|
45 |
+
|
46 |
+
The following models were included in the merge:
|
47 |
+
* [elinas/Chronos-Gold-12B-1.0](https://huggingface.co/elinas/Chronos-Gold-12B-1.0)
|
48 |
+
|
49 |
+
### Configuration
|
50 |
+
|
51 |
+
The following YAML configuration was used to produce this model:
|
52 |
+
|
53 |
+
```yaml
|
54 |
+
models:
|
55 |
+
- model: elinas/Chronos-Gold-12B-1.0
|
56 |
+
parameters:
|
57 |
+
density: 0.5
|
58 |
+
weight: 0.5
|
59 |
+
|
60 |
+
merge_method: ties
|
61 |
+
base_model: Triangle104/ChatWaifu_Magnum_V0.2
|
62 |
+
parameters:
|
63 |
+
normalize: false
|
64 |
+
int8_mask: true
|
65 |
+
dtype: float16
|
66 |
+
```
|