Blackfrost-AI commited on
Commit
a08707a
·
verified ·
1 Parent(s): edbf146

Document Vision (multimodal) capability + vision tags (consistent across the family)

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -13,6 +13,9 @@ tags:
13
  - blackfrost
14
  - the-void
15
  - bf16
 
 
 
16
  ---
17
 
18
  ![grok-image-9f997638-c16b-47b7-8ea4-1675a600eafe](https://cdn-uploads.huggingface.co/production/uploads/69a27f2d114e4ac9de4dafc7/1jlDhhHzMbR4pyPR3XDAz.jpeg)
@@ -49,6 +52,12 @@ The model was fine-tuned on **The Void (v4)**, Blackfrost's proprietary distilla
49
  - **Hardware:** 8× NVIDIA B200, DDP.
50
  - **Release:** The LoRA adapter was merged back to 16-bit for this release.
51
 
 
 
 
 
 
 
52
  ## Intended Uses
53
 
54
  General-purpose text assistant for reasoning and agentic / tool-use (ReAct-style) tasks.
 
13
  - blackfrost
14
  - the-void
15
  - bf16
16
+ - multimodal
17
+ - vision
18
+ - vlm
19
  ---
20
 
21
  ![grok-image-9f997638-c16b-47b7-8ea4-1675a600eafe](https://cdn-uploads.huggingface.co/production/uploads/69a27f2d114e4ac9de4dafc7/1jlDhhHzMbR4pyPR3XDAz.jpeg)
 
52
  - **Hardware:** 8× NVIDIA B200, DDP.
53
  - **Release:** The LoRA adapter was merged back to 16-bit for this release.
54
 
55
+ ## Vision (multimodal)
56
+
57
+ This is a **vision-language model**. It carries a full vision tower inherited from the Qwen3.6-35B vision-language base, so it accepts **images and video** alongside text.
58
+
59
+ **Scope of Blackfrost's work:** training here was **text-only**; the vision tower is **inherited unchanged from the base** and was **not tuned or evaluated by Blackfrost**. Multimodal behavior tracks the base model — validate it for your use case.
60
+
61
  ## Intended Uses
62
 
63
  General-purpose text assistant for reasoning and agentic / tool-use (ReAct-style) tasks.