athrael-soju/DualHead-GritLM-Qwen3.5-4B
114
DualHead-GritLM-Qwen3.5-4B
GritLM-style joint training ablation for the Hydra paper. Trained with alternating retrieval (80%) and generation (20%) batches.
Key Finding
Joint training adds complexity with zero benefit. LoRA-on generation fails catastrophically (single token "The" with p=0.91, image-blind). Both functional modes (LoRA-on retrieval, LoRA-off generation) are equivalent to Hydra's retrieval-only training.
Files
adapter_config.json+adapter_model.safetensors-- LoRA adapterlm_head.pt-- Base model lm_headresults/-- Raw evaluation JSONs
Related
- HydraQwen3.5-4B
- Training + eval code (shared with the canonical Hydra-4B repo)
Citation
@article{georgiou2026hydra,
title={Hydra: Unifying Document Retrieval and Generation in a Single Vision-Language Model},
author={Georgiou, Athos},
year={2026}
}