apepkuss79 commited on
Commit
1ddff70
1 Parent(s): 2b8441d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3.1
3
+ license_name: llama3
4
+ base_model: shenzhi-wang/Llama3.1-8B-Chinese-Chat
5
+ library_name: transformers
6
+ model_creator: shenzhi-wang
7
+ model_type: llama
8
+ pipeline_tag: text-generation
9
+ quantized_by: Second State Inc.
10
+ language:
11
+ - en
12
+ - zh
13
+ tags:
14
+ - orpo
15
+ ---
16
+
17
+ ![](https://github.com/GaiaNet-AI/.github/assets/45785633/d6976adc-f97d-4f86-a648-0f2f5c8e7eee)
18
+
19
+ # Llama3.1-8B-Chinese-Chat-GGUF
20
+
21
+ ## Original Model
22
+
23
+ [shenzhi-wang/Llama3.1-8B-Chinese-Chat](https://huggingface.co/shenzhi-wang/Llama3.1-8B-Chinese-Chat)
24
+
25
+ ## Run with LlamaEdge
26
+
27
+ ## Run with Gaianet
28
+
29
+ **Prompt template:**
30
+
31
+ prompt template: `llama-3-chat`
32
+
33
+ **Context size:**
34
+
35
+ chat_ctx_size: `128000`
36
+
37
+ **Run with GaiaNet:**
38
+
39
+ - Quick start: https://docs.gaianet.ai/node-guide/quick-start
40
+
41
+ - Customize your node: https://docs.gaianet.ai/node-guide/customize
42
+
43
+ *Quantized with llama.cpp b3463*