apepkuss79 commited on
Commit
3a5637d
·
verified ·
1 Parent(s): daa4275

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +91 -95
README.md CHANGED
@@ -1,96 +1,92 @@
1
- ---
2
- base_model: tiiuae/Falcon3-1B-Instruct
3
- license: other
4
- license_name: falcon-llm-license
5
- license_link: https://falconllm.tii.ae/falcon-terms-and-conditions.html
6
- model_creator: tiiuae
7
- model_name: Falcon3-1B-Instruct
8
- quantized_by: Second State Inc.
9
- library_name: transformers
10
- language:
11
- - en
12
- - fr
13
- - es
14
- - pt
15
- tags:
16
- - falcon3
17
- ---
18
-
19
- <!-- header start -->
20
- <!-- 200823 -->
21
- <div style="width: auto; margin-left: auto; margin-right: auto">
22
- <img src="https://github.com/LlamaEdge/LlamaEdge/raw/dev/assets/logo.svg" style="width: 100%; min-width: 400px; display: block; margin: auto;">
23
- </div>
24
- <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
25
- <!-- header end -->
26
-
27
- # Falcon3-1B-Instruct-GGUF
28
-
29
- ## Original Model
30
-
31
- [tiiuae/Falcon3-1B-Instruct](https://huggingface.co/tiiuae/Falcon3-1B-Instruct)
32
-
33
- ## Run with LlamaEdge
34
-
35
- - LlamaEdge version: coming soon
36
-
37
- <!-- - LlamaEdge version: [v0.14.5](https://github.com/LlamaEdge/LlamaEdge/releases/tag/0.14.5) and above
38
-
39
- - Prompt template
40
-
41
- - Prompt type: `llama-3-chat`
42
-
43
- - Prompt string
44
-
45
- ```text
46
- <|begin_of_text|><|start_header_id|>system<|end_header_id|>
47
-
48
- {{ system_prompt }}<|eot_id|><|start_header_id|>user<|end_header_id|>
49
-
50
- {{ user_message_1 }}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
51
-
52
- {{ model_answer_1 }}<|eot_id|><|start_header_id|>user<|end_header_id|>
53
-
54
- {{ user_message_2 }}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
55
- ``` -->
56
-
57
- - Context size: `8000`
58
-
59
- <!-- - Run as LlamaEdge service
60
-
61
- ```bash
62
- wasmedge --dir .:. --nn-preload default:GGML:AUTO:Falcon3-1B-Instruct-Q5_K_M.gguf \
63
- llama-api-server.wasm \
64
- --prompt-template llama-3-chat \
65
- --ctx-size 8000 \
66
- --model-name Llama-3.2-1b
67
- ```
68
-
69
- - Run as LlamaEdge command app
70
-
71
- ```bash
72
- wasmedge --dir .:. --nn-preload default:GGML:AUTO:Falcon3-1B-Instruct-Q5_K_M.gguf \
73
- llama-chat.wasm \
74
- --prompt-template llama-3-chat \
75
- --ctx-size 8000
76
- ``` -->
77
-
78
- ## Quantized GGUF Models
79
-
80
- | Name | Quant method | Bits | Size | Use case |
81
- | ---- | ---- | ---- | ---- | ----- |
82
- | [Falcon3-1B-Instruct-Q2_K.gguf](https://huggingface.co/second-state/Falcon3-1B-Instruct-GGUF/blob/main/Falcon3-1B-Instruct-Q2_K.gguf) | Q2_K | 2 | 727 MB| smallest, significant quality loss - not recommended for most purposes |
83
- | [Falcon3-1B-Instruct-Q3_K_L.gguf](https://huggingface.co/second-state/Falcon3-1B-Instruct-GGUF/blob/main/Falcon3-1B-Instruct-Q3_K_L.gguf) | Q3_K_L | 3 | 934 MB| small, substantial quality loss |
84
- | [Falcon3-1B-Instruct-Q3_K_M.gguf](https://huggingface.co/second-state/Falcon3-1B-Instruct-GGUF/blob/main/Falcon3-1B-Instruct-Q3_K_M.gguf) | Q3_K_M | 3 | 885 MB| very small, high quality loss |
85
- | [Falcon3-1B-Instruct-Q3_K_S.gguf](https://huggingface.co/second-state/Falcon3-1B-Instruct-GGUF/blob/main/Falcon3-1B-Instruct-Q3_K_S.gguf) | Q3_K_S | 3 | 827 MB| very small, high quality loss |
86
- | [Falcon3-1B-Instruct-Q4_0.gguf](https://huggingface.co/second-state/Falcon3-1B-Instruct-GGUF/blob/main/Falcon3-1B-Instruct-Q4_0.gguf) | Q4_0 | 4 | 1.01 GB| legacy; small, very high quality loss - prefer using Q3_K_M |
87
- | [Falcon3-1B-Instruct-Q4_K_M.gguf](https://huggingface.co/second-state/Falcon3-1B-Instruct-GGUF/blob/main/Falcon3-1B-Instruct-Q4_K_M.gguf) | Q4_K_M | 4 | 1.06 GB| medium, balanced quality - recommended |
88
- | [Falcon3-1B-Instruct-Q4_K_S.gguf](https://huggingface.co/second-state/Falcon3-1B-Instruct-GGUF/blob/main/Falcon3-1B-Instruct-Q4_K_S.gguf) | Q4_K_S | 4 | 1.02 GB| small, greater quality loss |
89
- | [Falcon3-1B-Instruct-Q5_0.gguf](https://huggingface.co/second-state/Falcon3-1B-Instruct-GGUF/blob/main/Falcon3-1B-Instruct-Q5_0.gguf) | Q5_0 | 5 | 1.19 GB| legacy; medium, balanced quality - prefer using Q4_K_M |
90
- | [Falcon3-1B-Instruct-Q5_K_M.gguf](https://huggingface.co/second-state/Falcon3-1B-Instruct-GGUF/blob/main/Falcon3-1B-Instruct-Q5_K_M.gguf) | Q5_K_M | 5 | 1.21 GB| large, very low quality loss - recommended |
91
- | [Falcon3-1B-Instruct-Q5_K_S.gguf](https://huggingface.co/second-state/Falcon3-1B-Instruct-GGUF/blob/main/Falcon3-1B-Instruct-Q5_K_S.gguf) | Q5_K_S | 5 | 1.19 GB| large, low quality loss - recommended |
92
- | [Falcon3-1B-Instruct-Q6_K.gguf](https://huggingface.co/second-state/Falcon3-1B-Instruct-GGUF/blob/main/Falcon3-1B-Instruct-Q6_K.gguf) | Q6_K | 6 | 1.37 GB| very large, extremely low quality loss |
93
- | [Falcon3-1B-Instruct-Q8_0.gguf](https://huggingface.co/second-state/Falcon3-1B-Instruct-GGUF/blob/main/Falcon3-1B-Instruct-Q8_0.gguf) | Q8_0 | 8 | 1.78 GB| very large, extremely low quality loss - not recommended |
94
- | [Falcon3-1B-Instruct-f16.gguf](https://huggingface.co/second-state/Falcon3-1B-Instruct-GGUF/blob/main/Falcon3-1B-Instruct-f16.gguf) | f16 | 16 | 3.34 GB| |
95
-
96
  *Quantized with llama.cpp (commit: b92a14a8)*
 
1
+ ---
2
+ base_model: tiiuae/Falcon3-1B-Instruct
3
+ license: other
4
+ license_name: falcon-llm-license
5
+ license_link: https://falconllm.tii.ae/falcon-terms-and-conditions.html
6
+ model_creator: tiiuae
7
+ model_name: Falcon3-1B-Instruct
8
+ quantized_by: Second State Inc.
9
+ library_name: transformers
10
+ language:
11
+ - en
12
+ - fr
13
+ - es
14
+ - pt
15
+ tags:
16
+ - falcon3
17
+ ---
18
+
19
+ <!-- header start -->
20
+ <!-- 200823 -->
21
+ <div style="width: auto; margin-left: auto; margin-right: auto">
22
+ <img src="https://github.com/LlamaEdge/LlamaEdge/raw/dev/assets/logo.svg" style="width: 100%; min-width: 400px; display: block; margin: auto;">
23
+ </div>
24
+ <hr style="margin-top: 1.0em; margin-bottom: 1.0em;">
25
+ <!-- header end -->
26
+
27
+ # Falcon3-1B-Instruct-GGUF
28
+
29
+ ## Original Model
30
+
31
+ [tiiuae/Falcon3-1B-Instruct](https://huggingface.co/tiiuae/Falcon3-1B-Instruct)
32
+
33
+ ## Run with LlamaEdge
34
+
35
+ - LlamaEdge version: coming soon
36
+
37
+ <!-- - LlamaEdge version: [v0.14.5](https://github.com/LlamaEdge/LlamaEdge/releases/tag/0.14.5) and above -->
38
+
39
+ - Prompt template
40
+
41
+ - Prompt type: `falcon3`
42
+
43
+ - Prompt string
44
+
45
+ ```text
46
+ <|system|>
47
+ You are a helpful friendly assistant Falcon3 from TII, try to follow instructions as much as possible.
48
+ <|user|>
49
+ {user_message}
50
+ <|assistant|>
51
+ ```
52
+
53
+ - Context size: `8000`
54
+
55
+ - Run as LlamaEdge service
56
+
57
+ ```bash
58
+ wasmedge --dir .:. --nn-preload default:GGML:AUTO:Falcon3-1B-Instruct-Q5_K_M.gguf \
59
+ llama-api-server.wasm \
60
+ --prompt-template falcon3 \
61
+ --ctx-size 8000 \
62
+ --model-name Falcon3-1B-Instruct
63
+ ```
64
+
65
+ - Run as LlamaEdge command app
66
+
67
+ ```bash
68
+ wasmedge --dir .:. --nn-preload default:GGML:AUTO:Falcon3-1B-Instruct-Q5_K_M.gguf \
69
+ llama-chat.wasm \
70
+ --prompt-template falcon3 \
71
+ --ctx-size 8000
72
+ ```
73
+
74
+ ## Quantized GGUF Models
75
+
76
+ | Name | Quant method | Bits | Size | Use case |
77
+ | ---- | ---- | ---- | ---- | ----- |
78
+ | [Falcon3-1B-Instruct-Q2_K.gguf](https://huggingface.co/second-state/Falcon3-1B-Instruct-GGUF/blob/main/Falcon3-1B-Instruct-Q2_K.gguf) | Q2_K | 2 | 727 MB| smallest, significant quality loss - not recommended for most purposes |
79
+ | [Falcon3-1B-Instruct-Q3_K_L.gguf](https://huggingface.co/second-state/Falcon3-1B-Instruct-GGUF/blob/main/Falcon3-1B-Instruct-Q3_K_L.gguf) | Q3_K_L | 3 | 934 MB| small, substantial quality loss |
80
+ | [Falcon3-1B-Instruct-Q3_K_M.gguf](https://huggingface.co/second-state/Falcon3-1B-Instruct-GGUF/blob/main/Falcon3-1B-Instruct-Q3_K_M.gguf) | Q3_K_M | 3 | 885 MB| very small, high quality loss |
81
+ | [Falcon3-1B-Instruct-Q3_K_S.gguf](https://huggingface.co/second-state/Falcon3-1B-Instruct-GGUF/blob/main/Falcon3-1B-Instruct-Q3_K_S.gguf) | Q3_K_S | 3 | 827 MB| very small, high quality loss |
82
+ | [Falcon3-1B-Instruct-Q4_0.gguf](https://huggingface.co/second-state/Falcon3-1B-Instruct-GGUF/blob/main/Falcon3-1B-Instruct-Q4_0.gguf) | Q4_0 | 4 | 1.01 GB| legacy; small, very high quality loss - prefer using Q3_K_M |
83
+ | [Falcon3-1B-Instruct-Q4_K_M.gguf](https://huggingface.co/second-state/Falcon3-1B-Instruct-GGUF/blob/main/Falcon3-1B-Instruct-Q4_K_M.gguf) | Q4_K_M | 4 | 1.06 GB| medium, balanced quality - recommended |
84
+ | [Falcon3-1B-Instruct-Q4_K_S.gguf](https://huggingface.co/second-state/Falcon3-1B-Instruct-GGUF/blob/main/Falcon3-1B-Instruct-Q4_K_S.gguf) | Q4_K_S | 4 | 1.02 GB| small, greater quality loss |
85
+ | [Falcon3-1B-Instruct-Q5_0.gguf](https://huggingface.co/second-state/Falcon3-1B-Instruct-GGUF/blob/main/Falcon3-1B-Instruct-Q5_0.gguf) | Q5_0 | 5 | 1.19 GB| legacy; medium, balanced quality - prefer using Q4_K_M |
86
+ | [Falcon3-1B-Instruct-Q5_K_M.gguf](https://huggingface.co/second-state/Falcon3-1B-Instruct-GGUF/blob/main/Falcon3-1B-Instruct-Q5_K_M.gguf) | Q5_K_M | 5 | 1.21 GB| large, very low quality loss - recommended |
87
+ | [Falcon3-1B-Instruct-Q5_K_S.gguf](https://huggingface.co/second-state/Falcon3-1B-Instruct-GGUF/blob/main/Falcon3-1B-Instruct-Q5_K_S.gguf) | Q5_K_S | 5 | 1.19 GB| large, low quality loss - recommended |
88
+ | [Falcon3-1B-Instruct-Q6_K.gguf](https://huggingface.co/second-state/Falcon3-1B-Instruct-GGUF/blob/main/Falcon3-1B-Instruct-Q6_K.gguf) | Q6_K | 6 | 1.37 GB| very large, extremely low quality loss |
89
+ | [Falcon3-1B-Instruct-Q8_0.gguf](https://huggingface.co/second-state/Falcon3-1B-Instruct-GGUF/blob/main/Falcon3-1B-Instruct-Q8_0.gguf) | Q8_0 | 8 | 1.78 GB| very large, extremely low quality loss - not recommended |
90
+ | [Falcon3-1B-Instruct-f16.gguf](https://huggingface.co/second-state/Falcon3-1B-Instruct-GGUF/blob/main/Falcon3-1B-Instruct-f16.gguf) | f16 | 16 | 3.34 GB| |
91
+
 
 
 
 
92
  *Quantized with llama.cpp (commit: b92a14a8)*