apepkuss79
commited on
Commit
•
61e9cf0
1
Parent(s):
8b1b800
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,41 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: stabilityai/stablelm-2-12b-chat
|
3 |
+
inference: false
|
4 |
+
license: other
|
5 |
+
library_name: transformers
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
model_creator: stabilityai
|
8 |
+
model_name: stablelm-2-12b-chat
|
9 |
+
quantized_by: Second State Inc.
|
10 |
+
language:
|
11 |
+
- en
|
12 |
+
tags:
|
13 |
+
- causal-lm
|
14 |
+
---
|
15 |
+
|
16 |
+
![](https://github.com/GaiaNet-AI/.github/assets/45785633/d6976adc-f97d-4f86-a648-0f2f5c8e7eee)
|
17 |
+
|
18 |
+
# stablelm-2-12b-chat-GGUF
|
19 |
+
|
20 |
+
## Original Model
|
21 |
+
|
22 |
+
[stabilityai/stablelm-2-12b-chat](https://huggingface.co/stabilityai/stablelm-2-12b-chat)
|
23 |
+
|
24 |
+
## Run with Gaianet
|
25 |
+
|
26 |
+
**Prompt template:**
|
27 |
+
|
28 |
+
prompt template: `chatml`
|
29 |
+
|
30 |
+
**Context size:**
|
31 |
+
|
32 |
+
chat_ctx_size: `4096`
|
33 |
+
|
34 |
+
|
35 |
+
**Run with GaiaNet:**
|
36 |
+
|
37 |
+
- Quick start: https://docs.gaianet.ai/node-guide/quick-start
|
38 |
+
|
39 |
+
- Customize your node: https://docs.gaianet.ai/node-guide/customize
|
40 |
+
|
41 |
+
*Quantized with llama.cpp b3333*
|