This model is fine-tuned from Qwen3-8B using fixed Negative-Aware Training (NAT) specifically for the fix-git task.
1from transformers import AutoModelForCausalLM, AutoTokenizer
2
3model = AutoModelForCausalLM.from_pretrained("Aznaur/tbench-qwen-sft-fix-git-overfit-v7-nat-fixed")
4tokenizer = AutoTokenizer.from_pretrained("Aznaur/tbench-qwen-sft-fix-git-overfit-v7-nat-fixed")
Trained for 300 epochs with fixed NAT to improve tool usage and avoid common failure patterns.
Based on "Learning From Failure: Integrating Negative Examples when Fine-tuning Large Language Models as Agents" (arXiv 2402.11651)