Text Generation
GGUF
cortex.cpp
conversational
Minh141120 commited on
Commit
bc24442
·
verified ·
1 Parent(s): cd8248a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: text-generation
4
+ tags:
5
+ - cortex.cpp
6
+ ---
7
+
8
+
9
+ ## Overview
10
+
11
+ Falcon3-10B-Instruct is part of the Falcon3 family of Open Foundation Models, offering state-of-the-art performance in reasoning, language understanding, instruction following, code, and mathematics. With 10 billion parameters, Falcon3-10B-Instruct is optimized for high-quality instruction-following tasks and supports multilingual capabilities in English, French, Spanish, and Portuguese. It provides a long context length of up to 32K tokens, making it suitable for extended document understanding and processing.
12
+
13
+ ## Variants
14
+
15
+ | No | Variant | Cortex CLI command |
16
+ | --- | --- | --- |
17
+ | 1 | [gguf](https://huggingface.co/cortexso/falcon3/tree/main) | `cortex run falcon3` |
18
+
19
+ ## Use it with Jan (UI)
20
+
21
+ 1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
22
+ 2. Use in Jan model Hub:
23
+ ```
24
+ cortexhub/falcon3
25
+ ```
26
+
27
+ ## Use it with Cortex (CLI)
28
+
29
+ 1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
30
+ 2. Run the model with command:
31
+ ```
32
+ cortex run falcon3
33
+ ```
34
+
35
+ ## Credits
36
+
37
+ - **Author:** Falcon3 Team
38
+ - **Converter:** [Homebrew](https://www.homebrew.ltd/)
39
+ - **Original License:** [Apache 2.0](https://huggingface.co/falcon3/blob/main/LICENSE.txt)
40
+ - **Papers:** [Falcon3 Research](https://falcon3.ai/research)