apepkuss79 commited on
Commit
788fd2a
1 Parent(s): f04e865

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.5-72B-Instruct
3
+ license: other
4
+ license_name: qwen
5
+ license_link: https://huggingface.co/Qwen/Qwen2.5-72B-Instruct/blob/main/LICENSE
6
+ model_creator: Qwen
7
+ model_name: Qwen2.5-72B-Instruct
8
+ quantized_by: Second State Inc.
9
+ language:
10
+ - en
11
+ pipeline_tag: text-generation
12
+ tags:
13
+ - chat
14
+ ---
15
+
16
+ # Qwen2.5-72B-Instruct-GGUF
17
+
18
+ ## Original Model
19
+
20
+ [Qwen/Qwen2.5-72B-Instruct](https://huggingface.co/Qwen/Qwen2.5-72B-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