question: which version of Opus-Reasoning-Distilled?

#1
by recallmenot - opened

From testing Jackrong's Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled vs his v2, I could discern that his v2 felt much better (more competent and reliable).
So far it has been my best "consumer grade" model.
And I haven't even tested his new Qwopus3.5-27B-v3 yet, he claims to have improved generalization significantly even over v2.
Which version of his finetuning process is this based on?

recallmenot changed discussion title from question: is this 4.6-Opus-Reasoning-Distilled-v2 or v1? to question: which version of Opus-Reasoning-Distilled?

Hey @recallmenot
https://huggingface.co/datasets/nohurry/Opus-4.6-Reasoning-3000x-filtered is used as one of the three datasets. I did mention which datasets are used in the model card.

hesamation changed discussion status to closed

Hello where can I find the finetuning scripts

The scripts are very much similar to Jackrong’s which you can fine here

https://colab.research.google.com/github/R6410418/Jackrong-llm-finetuning-guide/blob/main/train_code/Qwopus3-5-27b-Colab.ipynb

Colab had some disk space problems in my experience so I turned the notebook into python scripts so it can be run on a remote server easily.

If i get time I will release them soon

Sign up or log in to comment