deshanksuman/Instruct_Finetune_with_Reasoning_WSD
Viewer • Updated • 101k • 13
How to use deshanksuman/finetuned-Qwen3-4B-Instruct-WSD-Think with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="deshanksuman/finetuned-Qwen3-4B-Instruct-WSD-Think") # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("deshanksuman/finetuned-Qwen3-4B-Instruct-WSD-Think", device_map="auto")Fews Training data arranged in the format of Instruction, Input and output deshanksuman/Instruct_Finetune_with_Reasoning_WSD
This is developed by Deshan Sumanathilaka https://sumanathilaka.github.io
We acknowledge the support of the Supercomputing Wales project, which is part-funded by the European Regional Development Fund (ERDF) via Welsh Government.