Triangle104 commited on
Commit
d830faf
·
verified ·
1 Parent(s): 2671697

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -19,6 +19,31 @@ tags:
19
  This model was converted to GGUF format from [`tiiuae/Falcon3-3B-Instruct`](https://huggingface.co/tiiuae/Falcon3-3B-Instruct) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
20
  Refer to the [original model card](https://huggingface.co/tiiuae/Falcon3-3B-Instruct) for more details on the model.
21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ## Use with llama.cpp
23
  Install llama.cpp through brew (works on Mac and Linux)
24
 
 
19
  This model was converted to GGUF format from [`tiiuae/Falcon3-3B-Instruct`](https://huggingface.co/tiiuae/Falcon3-3B-Instruct) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
20
  Refer to the [original model card](https://huggingface.co/tiiuae/Falcon3-3B-Instruct) for more details on the model.
21
 
22
+ ---
23
+ Model details:
24
+ -
25
+ Falcon3 family of Open Foundation Models is a set of pretrained and instruct LLMs ranging from 1B to 10B parameters.
26
+
27
+ Falcon3-3B-Instruct achieves strong results on reasoning, language understanding, instruction following, code and mathematics tasks. Falcon3-3B-Instruct supports 4 languages (English, French, Spanish, Portuguese) and a context length of up to 32K.
28
+ Model Details
29
+
30
+ Architecture
31
+ Transformer-based causal decoder-only architecture
32
+ 22 decoder blocks
33
+ Grouped Query Attention (GQA) for faster inference: 12 query heads and 4 key-value heads
34
+ Wider head dimension: 256
35
+ High RoPE value to support long context understanding: 1000042
36
+ Uses SwiGLU and RMSNorm
37
+ 32K context length
38
+ 131K vocab size
39
+ Pruned and healed from Falcon3-7B-Base on only 100 Gigatokens of datasets comprising of web, code, STEM, high quality and mutlilingual data using 1024 H100 GPU chips
40
+ Posttrained on 1.2 million samples of STEM, conversational, code, safety and function call data
41
+ Supports EN, FR, ES, PT
42
+ Developed by Technology Innovation Institute
43
+ License: TII Falcon-LLM License 2.0
44
+ Model Release Date: December 2024
45
+
46
+ ---
47
  ## Use with llama.cpp
48
  Install llama.cpp through brew (works on Mac and Linux)
49