Triangle104
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,33 @@ library_name: transformers
|
|
19 |
This model was converted to GGUF format from [`tiiuae/Falcon3-7B-Instruct`](https://huggingface.co/tiiuae/Falcon3-7B-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-7B-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-7B-Instruct`](https://huggingface.co/tiiuae/Falcon3-7B-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-7B-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.
|
26 |
+
|
27 |
+
This repository contains the Falcon3-7B-Instruct. It achieves state of art results (at the time of release) on reasoning, language understanding, instruction following, code and mathematics tasks. Falcon3-7B-Instruct supports 4 languages (english, french, spanish, portuguese) and a context length up to 32K.
|
28 |
+
|
29 |
+
Model Details
|
30 |
+
|
31 |
+
Architecture
|
32 |
+
|
33 |
+
Transformer based causal decoder only architecture
|
34 |
+
28 decoder blocks
|
35 |
+
Grouped query attention (GQA) for faster inference: 12 query heads and 4 key value heads
|
36 |
+
Wider head dimension: 256
|
37 |
+
High RoPE value to support long context understanding: 1000042
|
38 |
+
Uses SwiGLU and RMSNorm
|
39 |
+
32K context length
|
40 |
+
131K vocab size
|
41 |
+
Pretrained on 14 Teratokens of datasets comprising of web, code, STEM, high quality and mutlilingual data using 1024 H100 GPU chips
|
42 |
+
Postrained on 1.2 million samples of STEM, conversations, code, safety and function call data
|
43 |
+
Supports EN, FR, ES, PT
|
44 |
+
Developed by Technology Innovation Institute
|
45 |
+
License: TII Falcon-LLM License 2.0
|
46 |
+
Model Release Date: December 2024
|
47 |
+
|
48 |
+
---
|
49 |
## Use with llama.cpp
|
50 |
Install llama.cpp through brew (works on Mac and Linux)
|
51 |
|