File size: 855 Bytes
e70008b e0c299f e70008b | 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-T [default]
32 billion parameters with only 7 billion active.
## Download
```bash
sapilm --get schatmodels/st
```
## Inference
```bash
sapilm --load sapi-t
```
## 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.
|