apepkuss79 commited on
Commit
bf2944f
1 Parent(s): 4d880bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -3
README.md CHANGED
@@ -1,3 +1,36 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2-0.5B-Instruct
3
+ license: apache-2.0
4
+ model_creator: Qwen
5
+ model_name: Qwen2-0.5B-Instruct
6
+ quantized_by: Second State Inc.
7
+ language:
8
+ - en
9
+ pipeline_tag: text-generation
10
+ tags:
11
+ - chat
12
+ ---
13
+
14
+ ![](https://github.com/GaiaNet-AI/.github/assets/45785633/d6976adc-f97d-4f86-a648-0f2f5c8e7eee)
15
+
16
+ # Qwen2-0.5B-Instruct-GGUF
17
+
18
+ ## Original Model
19
+
20
+ [Qwen/Qwen2-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2-0.5B-Instruct)
21
+
22
+ ## Run with Gaianet
23
+
24
+ **Prompt template**
25
+
26
+ prompt template: `chatml`
27
+
28
+ **Context size**
29
+
30
+ chat_ctx_size: `32000`
31
+
32
+ **Run with GaiaNet**
33
+
34
+ - Quick start: https://docs.gaianet.ai/node-guide/quick-start
35
+
36
+ - Customize your node: https://docs.gaianet.ai/node-guide/customize