mrs83 commited on
Commit
d46e3ba
·
verified ·
1 Parent(s): b0dde44

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -7,4 +7,17 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.*