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