deshanksuman/Reasoning_WSD_dataset
Viewer • Updated • 10k • 24
How to use deshanksuman/finetunedQwen3-4B-Instruct-WSD-Advanced-reasoning with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="deshanksuman/finetunedQwen3-4B-Instruct-WSD-Advanced-reasoning") # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("deshanksuman/finetunedQwen3-4B-Instruct-WSD-Advanced-reasoning", device_map="auto")Fews Training data arranged in the format of Instruction, Input and output with advanced Reasonining for sense identification. The data generation has been semi automated using the Arcee models. The data has been validated by the human for it's structure and the correctnes.
The data source can be accessed here: deshanksuman/Reasoning_WSD_dataset
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.