File size: 865 Bytes
824bf13 123cc65 824bf13 | 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-T2 [based on SAPI-2]
17 billion parameters with only 2 billion active.
## Download
```bash
sapilm --get schatmodels/t2
```
## Inference
```bash
sapilm --load sapi-t2
```
## 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.
|