apepkuss79 commited on
Commit
bf3e573
1 Parent(s): 8e8d6ba

Update README.md

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