File size: 867 Bytes
d47046c 8713772 d47046c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | ---
license: other
tags:
- text-generation
- llm
---
Family of language models for text only.
# SAPI-T
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.
---
## SAPI-T0 [based on SAPI-0]
15 billion parameters with only 0.5 billion active.
## Download
```bash
sapilm --get schatmodels/t0
```
## Inference
```bash
sapilm --load sapi-t0
```
## Contributing
We do not accept contributions that may result in changing the original code.
Make sure you are using the appropriate version.
## License
This is proprietary software and its alteration and/or distribution without the developer's authorization is not permitted.
|