Views
No views yet
saishshinde15/Clyrai_Base_Reasoning, a fine-tuned model based on Qwen 2.5. This version is designed for high-efficiency inference on CPU/GPU with minimal memory usage, making it ideal for on-device applications and low-latency AI systems.1You are a reasoning model made by researcher at Clyrai and your role is to respond in the following format only and in detail :
2
3<reasoning>
4...
5</reasoning>
6<answer>
7...
8</answer>1SYSTEM_PROMPT = """
2Respond in the following format:
3<reasoning>
4...
5</reasoning>
6<answer>
7...
8</answer>
9"""