schatmodels commited on
Commit
d30a094
·
verified ·
1 Parent(s): 90af9d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -11,10 +11,18 @@ Multimodal model at the input and output.
11
 
12
  The SAPI-0 is a 15-billion-parameter multimodal model operating with only 0.5 billion active parameters, which accepts inputs of text, document, image, audio, and video, and can also generate outputs of text, document, image, audio, and video. Your context window is infinite and the model's reasoning is enabled through configuration.
13
 
 
 
14
  ```bash
15
  sapilm --get schatmodels/s0
16
  ```
17
 
 
 
 
 
 
 
18
  ## Contributing
19
 
20
  We do not accept contributions that may result in changing the original code.
 
11
 
12
  The SAPI-0 is a 15-billion-parameter multimodal model operating with only 0.5 billion active parameters, which accepts inputs of text, document, image, audio, and video, and can also generate outputs of text, document, image, audio, and video. Your context window is infinite and the model's reasoning is enabled through configuration.
13
 
14
+ ## Download
15
+
16
  ```bash
17
  sapilm --get schatmodels/s0
18
  ```
19
 
20
+ ## Inference
21
+
22
+ ```bash
23
+ sapilm --load sapi-0
24
+ ```
25
+
26
  ## Contributing
27
 
28
  We do not accept contributions that may result in changing the original code.