apepkuss79 commited on
Commit
d6bbe1e
·
verified ·
1 Parent(s): d8da76a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -3
README.md CHANGED
@@ -1,3 +1,41 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: tiiuae/Falcon3-10B-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-10B-Instruct
8
+ quantized_by: Second State Inc.
9
+ language:
10
+ - en
11
+ - fr
12
+ - es
13
+ - pt
14
+ library_name: transformers
15
+ tags:
16
+ - falcon3
17
+ ---
18
+
19
+ # Falcon3-10B-Instruct-GGUF
20
+
21
+ ## Original Model
22
+
23
+ [tiiuae/Falcon3-10B-Instruct](https://huggingface.co/tiiuae/Falcon3-10B-Instruct)
24
+
25
+ ## Run with Gaianet
26
+
27
+ **Prompt template:**
28
+
29
+ prompt template: `falcon3`
30
+
31
+ **Context size:**
32
+
33
+ chat_ctx_size: `32000`
34
+
35
+ **Run with GaiaNet:**
36
+
37
+ - Quick start: https://docs.gaianet.ai/node-guide/quick-start
38
+
39
+ - Customize your node: https://docs.gaianet.ai/node-guide/customize
40
+
41
+ *Quantized with llama.cpp b4381*