How to use vanishingradient/Instruct2GCode-Qwen2.5 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("vanishingradient/Instruct2GCode-Qwen2.5") model = AutoModelForCausalLM.from_pretrained("vanishingradient/Instruct2GCode-Qwen2.5")
The community tab is the place to discuss and collaborate with the HF community!