Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,36 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
<!-- header start -->
|
6 |
+
<!-- 200823 -->
|
7 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
8 |
+
<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;">
|
9 |
+
</div>
|
10 |
+
<hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
|
11 |
+
<!-- header end -->
|
12 |
+
|
13 |
+
# Phi-3-mini-4k-instruct-GGUF
|
14 |
+
|
15 |
+
## Original Model
|
16 |
+
|
17 |
+
[microsoft/Phi-3-mini-4k-instruct](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct)
|
18 |
+
|
19 |
+
|
20 |
+
## Run with Gaianet
|
21 |
+
|
22 |
+
**Prompt template:**
|
23 |
+
|
24 |
+
prompt template: `phi-3-chat`
|
25 |
+
|
26 |
+
**Context size:**
|
27 |
+
|
28 |
+
chat_ctx_size: `3072`
|
29 |
+
|
30 |
+
|
31 |
+
**Run with GaiaNet:**
|
32 |
+
|
33 |
+
- Quick start: https://docs.gaianet.ai/node-guide/quick-start
|
34 |
+
|
35 |
+
- Customize your node: https://docs.gaianet.ai/node-guide/customize
|
36 |
+
|