apepkuss79 commited on
Commit
eeaf87a
·
verified ·
1 Parent(s): a666e00

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -3
README.md CHANGED
@@ -1,3 +1,32 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: text-generation
4
+ base_model: internlm/internlm3-8b-instruct
5
+ model_creator: InternLM
6
+ model_name: internlm3-8b-instruct
7
+ quantized_by: Second State Inc.
8
+ ---
9
+
10
+ # internlm3-8b-instruct-GGUF
11
+
12
+ ## Original Model
13
+
14
+ [internlm/internlm3-8b-instruct](https://huggingface.co/internlm/internlm3-8b-instruct)
15
+
16
+ ## Run with Gaianet
17
+
18
+ **Prompt template:**
19
+
20
+ prompt template: `chatml`
21
+
22
+ **Context size:**
23
+
24
+ chat_ctx_size: `128000`
25
+
26
+ **Run with GaiaNet:**
27
+
28
+ - Quick start: https://docs.gaianet.ai/node-guide/quick-start
29
+
30
+ - Customize your node: https://docs.gaianet.ai/node-guide/customize
31
+
32
+ *Quantized with llama.cpp b4497*