Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: stabilityai/stablelm-2-zephyr-1_6b
|
3 |
+
license: other
|
4 |
+
model_creator: stabilityai
|
5 |
+
model_name: StableLM 2 Zephyr 1.6B
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
quantized_by: Second State Inc.
|
8 |
+
datasets:
|
9 |
+
- HuggingFaceH4/ultrachat_200k
|
10 |
+
- allenai/ultrafeedback_binarized_cleaned
|
11 |
+
- meta-math/MetaMathQA
|
12 |
+
- WizardLM/WizardLM_evol_instruct_V2_196k
|
13 |
+
- openchat/openchat_sharegpt4_dataset
|
14 |
+
- LDJnr/Capybara
|
15 |
+
- Intel/orca_dpo_pairs
|
16 |
+
- hkust-nlp/deita-10k-v0
|
17 |
+
language:
|
18 |
+
- en
|
19 |
+
tags:
|
20 |
+
- causal-lm
|
21 |
+
---
|
22 |
+
|
23 |
+
<!-- header start -->
|
24 |
+
<!-- 200823 -->
|
25 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
26 |
+
<img src="https://github.com/GaiaNet-AI/.github/assets/45785633/d6976adc-f97d-4f86-a648-0f2f5c8e7eee" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
27 |
+
</div>
|
28 |
+
<hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
|
29 |
+
<!-- header end -->
|
30 |
+
|
31 |
+
# StableLM-2-Zephyr-1.6B-GGUF
|
32 |
+
|
33 |
+
## Original Model
|
34 |
+
|
35 |
+
[stabilityai/stablelm-2-zephyr-1_6b](https://huggingface.co/stabilityai/stablelm-2-zephyr-1_6b)
|
36 |
+
|
37 |
+
## Run with Gaianet
|
38 |
+
|
39 |
+
**Prompt template:**
|
40 |
+
|
41 |
+
prompt template: `llama-2-chat`
|
42 |
+
|
43 |
+
**Context size:**
|
44 |
+
|
45 |
+
chat_ctx_size: `4096`
|
46 |
+
|
47 |
+
|
48 |
+
**Run with GaiaNet:**
|
49 |
+
|
50 |
+
- Quick start: https://docs.gaianet.ai/node-guide/quick-start
|
51 |
+
|
52 |
+
- Customize your node: https://docs.gaianet.ai/node-guide/customize
|
53 |
+
|
54 |
+
|