Building Multilingual Bridges: Data Mixing as the Pillar of Generalization for In-Language Reasoning
Paper β’ 2609.10445 β’ Published β’ 34
None defined yet.
hf-mem release added a breakdown of Mixture-of-Experts (MoE) memory usage!hf-mem now splits MoE memory into base model weights, routed experts, and KV cachehf-mem v0.4.1 now also estimates KV cache memory requirements for any context length and batch size with the --experimental flag!uvx hf-mem --model-id ... --experimental will automatically pull the required information from the Hugging Face Hub to include the KV cache estimation, when applicable.--max-model-len, --batch-size and --kv-cache-dtype arguments (Γ la vLLM) manually if preferred. distilabel, so we implemented PrometheusEval.PrometheusEval running their 7B variant with vLLM in a single L40 on top of HuggingFaceH4/instruction-dataset, we got the 327 existing prompt-completion pairs evaluated and pushed to the Hub in less than 2 minutes!distilabel on top of the awesome LDJnr/Capybara from @LDJnr