apepkuss79 commited on
Commit
cd597ba
·
verified ·
1 Parent(s): 7397b4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -3
README.md CHANGED
@@ -1,3 +1,43 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: microsoft/Phi-3.5-mini-instruct
3
+ license: mit
4
+ license_link: https://huggingface.co/microsoft/Phi-3.5-mini-instruct/resolve/main/LICENSE
5
+ language:
6
+ - multilingual
7
+ pipeline_tag: text-generation
8
+ library_name: transformers
9
+ model_creator: Microsoft
10
+ model_name: Phi-3.5-mini-instruct
11
+ quantized_by: Second State Inc.
12
+ tags:
13
+ - nlp
14
+ - code
15
+ ---
16
+
17
+ ![](https://github.com/GaiaNet-AI/.github/assets/45785633/d6976adc-f97d-4f86-a648-0f2f5c8e7eee)
18
+
19
+ # Phi-3.5-mini-instruct-GGUF
20
+
21
+ ## Original Model
22
+
23
+ [microsoft/Phi-3.5-mini-instruct](https://huggingface.co/microsoft/Phi-3.5-mini-instruct)
24
+
25
+ ## Run with Gaianet
26
+
27
+ **Prompt template:**
28
+
29
+ prompt template: `phi-3-chat`
30
+
31
+ **Context size:**
32
+
33
+ chat_ctx_size: `128000`
34
+
35
+
36
+ **Run with GaiaNet:**
37
+
38
+ - Quick start: https://docs.gaianet.ai/node-guide/quick-start
39
+
40
+ - Customize your node: https://docs.gaianet.ai/node-guide/customize
41
+
42
+ *Quantized with llama.cpp b3499*
43
+