Rewrite org card: remove model family table, focus on company description

#2
Files changed (1) hide show
  1. README.md +4 -10
README.md CHANGED
@@ -9,20 +9,14 @@ pinned: false
9
 
10
  ## Vertex AGI
11
 
12
- Small, focused fine-tunes and distillations, built end-to-enddata generation, training, evaluation, and publishing on consumer hardware.
13
 
14
- ### Model families
15
 
16
- | Family | Base | Focus |
17
- |---|---|---|
18
- | **Amethyst** | Gemma 3 4B / Llama 3.1 8B | General-purpose chat & instruction-following |
19
- | **Copal** | Gemma 3 4B IT | Agentic, tool-calling |
20
- | **Prism Creative** | Qwen3-4B | Creative writing, distilled from GLM 5.2 |
21
- | **Prism Roleplay** | Qwen3-8B | Character roleplay, distilled from GLM 5.2 / Nemotron-3-Nano |
22
-
23
- Every model repo ships both **MLX** and **GGUF** formats in one place, so it runs on Apple Silicon (`mlx-lm`) or anywhere `llama.cpp` and its ecosystem (Ollama, LM Studio, etc.) reach.
24
 
25
  ### Links
26
 
27
  - [Models](https://huggingface.co/VertexAGI?sort_models=created#models)
28
  - [Datasets](https://huggingface.co/VertexAGI?sort_models=created#datasets)
 
 
9
 
10
  ## Vertex AGI
11
 
12
+ Vertex AGI is a small, independent AI lab building focused, efficient language models designed, trained, evaluated, and shipped end-to-end on consumer hardware rather than large-scale compute clusters.
13
 
14
+ We believe useful, high-quality models don't have to start from massive budgets. Our work spans general-purpose assistants, agentic/tool-using models, and creative and character-driven writing models, built through careful data curation, distillation from stronger teacher models, and fine-tuning.
15
 
16
+ Every model we publish ships with both **MLX** and **GGUF** formats in a single repo, so it runs equally well on Apple Silicon or anywhere the `llama.cpp` ecosystem (Ollama, LM Studio, and others) reaches.
 
 
 
 
 
 
 
17
 
18
  ### Links
19
 
20
  - [Models](https://huggingface.co/VertexAGI?sort_models=created#models)
21
  - [Datasets](https://huggingface.co/VertexAGI?sort_models=created#datasets)
22
+ - [Website](https://x.com/vertexagi)