hungbenjamin402/IF-multi-constraints-upto5-SFT-LFM2.5
IF_multi_constraints_upto5_SFT → LFM2.5 chat format A derivative of UniLu/IF_multi_constraints_upto5_SFT (odc-by) normalized for fine-tuning Liquid AI LFM2 / LFM2.5 models, whose native tool-call format is Pythonic: <|im_start|>assistant <|tool_call_start|>[get_weather(location='Paris, France', unit='celsius')]<|tool_call_end|><|im_end|> SFT-ready precise-instruction-following pairs: the allenai IF-RLVR prompts answered by Gemma-4-31B-it and filtered with the official IFBench… See the full description on the dataset page: https://huggingface.co/datasets/hungbenjamin402/IF-multi-constraints-upto5-SFT-LFM2.5.
IFmulticonstraintsupto5SFT → LFM2.5 chat format
A derivative of UniLu/IF_multi_constraints_upto5_SFT (odc-by) normalized for fine-tuning Liquid AI LFM2 / LFM2.5 models, whose native tool-call format is Pythonic:
<|im_start|>assistant
<|tool_call_start|>[get_weather(location='Paris, France', unit='celsius')]<|tool_call_end|><|im_end|>SFT-ready precise-instruction-following pairs: the allenai IF-RLVR prompts answered by Gemma-4-31B-it and filtered with the official IFBench verifier (loose 1.0 / strict ≥ 0.8, ≤ 1024 tokens). extra keeps strict_score, loose_score, response_length_words.
Every row was rendered through the official LiquidAI/LFM2.5-VL-3B chat template (identical to the LFM2.5 text models' template for text-only input) and round-trip verified: each rendered Pythonic call was parsed back and compared to the source call's name and arguments; rows that did not round-trip exactly were dropped.
What changed vs. the source
Nothing was rephrased, re-generated, or re-labelled.
Columns
Stats
Training notes
- Use assistant-only loss:
apply_chat_template(messages, tools=tools, tokenize=True, return_assistant_tokens_mask=True). - Prefer re-rendering from
messages/toolsover training ontextif your template differs. - Serving-side parsers must accept JSON literals (
true,null, nested{}/[]) inside Pythonic calls.
Citation
Please cite the upstream dataset: https://huggingface.co/datasets/UniLu/IFmulticonstraintsupto5SFT
