Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,17 @@ sdk: static
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# OnlyTextLLMs
|
| 11 |
+
|
| 12 |
+
OnlyTextLLMs provides text-only variants of state-of-the-art open-weights models.
|
| 13 |
+
|
| 14 |
+
Modern frontier models are predominantly released as native multimodal architectures: for deployments strictly constrained to natural language processing, retaining vision and audio encoders introduces unnecessary memory overhead and configuration complexity.
|
| 15 |
+
|
| 16 |
+
## Focus Areas
|
| 17 |
+
|
| 18 |
+
- **Pruned Checkpoints:** Releasing model weights with vision encoders, audio modules, and associated projection layers surgically removed.
|
| 19 |
+
- **Standardized Architectures:** Converting complex multimodal configurations into standard AutoModelForCausalLM structures for seamless integration.
|
| 20 |
+
- **Inference Optimization:** Delivering leaner memory footprints to maximize VRAM availability for KV caching and context scaling.
|
| 21 |
+
|
| 22 |
+
---
|
| 23 |
+
*All repositories maintain clear attribution and adhere to the licensing terms of the original model authors.*
|