apepkuss79
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,40 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: microsoft/phi-4
|
3 |
+
license: mit
|
4 |
+
license_link: https://huggingface.co/microsoft/phi-4/resolve/main/LICENSE
|
5 |
+
language:
|
6 |
+
- multilingual
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
library_name: transformers
|
9 |
+
model_creator: Microsoft
|
10 |
+
model_name: phi-4
|
11 |
+
quantized_by: Second State Inc.
|
12 |
+
tags:
|
13 |
+
- nlp
|
14 |
+
- code
|
15 |
+
---
|
16 |
+
|
17 |
+
# Phi-4-GGUF
|
18 |
+
|
19 |
+
## Original Model
|
20 |
+
|
21 |
+
[microsoft/phi-4](https://huggingface.co/microsoft/phi-4)
|
22 |
+
|
23 |
+
## Run with Gaianet
|
24 |
+
|
25 |
+
**Prompt template:**
|
26 |
+
|
27 |
+
prompt template: `phi-4-chat`
|
28 |
+
|
29 |
+
**Context size:**
|
30 |
+
|
31 |
+
chat_ctx_size: `16000`
|
32 |
+
|
33 |
+
|
34 |
+
**Run with GaiaNet:**
|
35 |
+
|
36 |
+
- Quick start: https://docs.gaianet.ai/node-guide/quick-start
|
37 |
+
|
38 |
+
- Customize your node: https://docs.gaianet.ai/node-guide/customize
|
39 |
+
|
40 |
+
*Quantized with llama.cpp b4450*
|