Update README.md
Browse files
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.
|