schatmodels commited on
Commit
3e243cf
·
verified ·
1 Parent(s): e0b1316

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: other
3
+ tags:
4
+ - text-generation
5
+ - llm
6
+ ---
7
+
8
+ Family of language models for text only.
9
+
10
+ # SAPI-T
11
+
12
+ The SAPI-T (Sapiens-Text) is a family of multimodal language models with input-only multimodality. Models in this family accept inputs such as text, documents, images, audio, and video, but produce responses only in text format. They are models focused on lightness and inference speed.
13
+
14
+ ---
15
+
16
+ ## SAPI-T-Nano [default]
17
+
18
+ 0.5 billion parameters.
19
+
20
+ ## Download
21
+
22
+ ```bash
23
+ sapilm --get schatmodels/tn
24
+ ```
25
+
26
+ ## Inference
27
+
28
+ ```bash
29
+ sapilm --load sapi-t-nano
30
+ ```
31
+
32
+ ## Contributing
33
+
34
+ We do not accept contributions that may result in changing the original code.
35
+
36
+ Make sure you are using the appropriate version.
37
+
38
+ ## License
39
+
40
+ This is proprietary software and its alteration and/or distribution without the developer's authorization is not permitted.