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 |
+
Multimodal model at the input and output, state-of-the-art from Sapiens Technology®️.
|
| 9 |
+
|
| 10 |
+
# SAPI-5-Small-Omni
|
| 11 |
+
|
| 12 |
+
The SAPI-5-Small-Omni is a 28-billion-parameter multimodal model operating with only 5 billion active parameters.
|
| 13 |
+
|
| 14 |
+
## Capabilities
|
| 15 |
+
- Interpretation of texts, images, audios, videos, and documents.
|
| 16 |
+
- Generation of texts, images, audios, videos, and documents.
|
| 17 |
+
- Real-time web searches in chat mode.
|
| 18 |
+
- Infinite context window.
|
| 19 |
+
- Regulated reasoning and deep reasoning enabled via configuration.
|
| 20 |
+
- Internal reflection.
|
| 21 |
+
|
| 22 |
+
```bash
|
| 23 |
+
sapilm --get schatmodels/s5so
|
| 24 |
+
```
|
| 25 |
+
|
| 26 |
+
## Inference
|
| 27 |
+
|
| 28 |
+
```bash
|
| 29 |
+
sapilm --load sapi-5-small-omni
|
| 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.
|