schatmodels commited on
Commit
68b1db7
·
verified ·
1 Parent(s): 6bee308

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-Tiny
11
+
12
+ The SAPI-5-Tiny is a 20-billion-parameter multimodal model operating with only 4 billion active parameters.
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/s5t
23
+ ```
24
+
25
+ ## Inference
26
+
27
+ ```bash
28
+ sapilm --load sapi-5-tiny
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.