schatmodels commited on
Commit
85686fc
·
verified ·
1 Parent(s): b9a7b39

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - text-generation
5
+ - llm
6
+ ---
7
+
8
+ Multimodal model at the input, state-of-the-art from Sapiens Technology®️.
9
+
10
+ # SAPI-5.1-Small
11
+
12
+ The SAPI-5.1-Small is a 22-billion-parameter multimodal model operating with only 14 billion active parameters with Q8 quantization.
13
+
14
+ ## Capabilities
15
+ - Interpretation of texts, images, audios, videos, and documents.
16
+ - Real-time web searches in chat mode.
17
+ - Infinite context window.
18
+ - Regulated reasoning and deep reasoning enabled via configuration.
19
+ - Internal reflection.
20
+
21
+ ```bash
22
+ sapilm --get schatmodels/s5.1s
23
+ ```
24
+
25
+ ## Inference
26
+
27
+ ```bash
28
+ sapilm --load sapi-5.1-small
29
+ ```
30
+
31
+ ## Contributing
32
+
33
+ We do not accept contributions that may result in changing the original code.
34
+
35
+ Make sure you are using the appropriate version.
36
+
37
+ ## License
38
+
39
+ This is proprietary software and its alteration and/or distribution without the developer's authorization is not permitted.