vu1n commited on
Commit
2aed2bb
Β·
verified Β·
1 Parent(s): aa5582e

Name the model accurately: Holotron-12B (NVIDIA Nemotron-derived)

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. submission/FIELD_NOTES.md +2 -2
README.md CHANGED
@@ -46,7 +46,7 @@ Puck is a small, mischievous creature that lives on your screen. He **roams**, *
46
 
47
  ## Built Small
48
  Puck is a constellation of small, laptop-sized models β€” **nothing over 32B**, and it fits in your pocket:
49
- - πŸ‘οΈ **Vision + voice-of-the-fairy:** Nemotron-Nano-**12B**-VL (a single VLM that both *sees* and *speaks* the quip).
50
  - πŸ”€ **Tool/site recognition:** on-device **Vision OCR** + an **ONNX CLIP ViT-B/32** (~88M) fingerprinter.
51
  - πŸ—£οΈ **Neural voice:** **Kokoro-82M**, running in-browser (WebGPU) β€” a fairy voice in 82M params.
52
 
 
46
 
47
  ## Built Small
48
  Puck is a constellation of small, laptop-sized models β€” **nothing over 32B**, and it fits in your pocket:
49
+ - πŸ‘οΈ **Vision + voice-of-the-fairy:** **Holotron-12B** β€” H Company's computer-use VLM post-trained from NVIDIA's Nemotron-Nano-12B-VL (one model that both *sees* and *speaks* the quip).
50
  - πŸ”€ **Tool/site recognition:** on-device **Vision OCR** + an **ONNX CLIP ViT-B/32** (~88M) fingerprinter.
51
  - πŸ—£οΈ **Neural voice:** **Kokoro-82M**, running in-browser (WebGPU) β€” a fairy voice in 82M params.
52
 
submission/FIELD_NOTES.md CHANGED
@@ -19,7 +19,7 @@ quip.** ~95% ambient, near-zero interruptions. He's "marginally useful" on purpo
19
 
20
  The instinct is a pipeline: vision model describes the patch β†’ text model writes a quip in
21
  character. Two calls, two models, more latency, more ways to drift. Instead we give a single
22
- 12B VLM (NVIDIA's Nemotron-Nano-VL) a system prompt that *is* Puck, and ask it to react to the
23
  image directly. The model that sees is the model that speaks. Fewer moving parts, and the quip
24
  is grounded in pixels rather than in a lossy description of them.
25
 
@@ -93,4 +93,4 @@ act, learned relevance to decide, nightly fine-tuning to improve β€” the differe
93
  gimmick and a familiar that genuinely grows up alongside you. He starts marginally useful on
94
  purpose, so that by the time he's useful for real, you already trust him.
95
 
96
- β€” Built with Hugging Face Β· Modal Β· NVIDIA Nemotron.
 
19
 
20
  The instinct is a pipeline: vision model describes the patch β†’ text model writes a quip in
21
  character. Two calls, two models, more latency, more ways to drift. Instead we give a single
22
+ 12B VLM β€” Holotron-12B, post-trained from NVIDIA's Nemotron-Nano-VL β€” a system prompt that *is* Puck, and ask it to react to the
23
  image directly. The model that sees is the model that speaks. Fewer moving parts, and the quip
24
  is grounded in pixels rather than in a lossy description of them.
25
 
 
93
  gimmick and a familiar that genuinely grows up alongside you. He starts marginally useful on
94
  purpose, so that by the time he's useful for real, you already trust him.
95
 
96
+ β€” Built with Hugging Face Β· Modal Β· Holotron-12B (post-trained from NVIDIA Nemotron).