Prompt example
Can you please provide an example of prompt with unstructured data, model schema and instructions for generating structured output?
Hey @Safreliy You can look at the dataset: https://huggingface.co./datasets/MasterControlAIML/JSON-Unstructured-Structured , you have to give model some text, a schema to follow in the prompt and it will create a structured/json output for you.
Also we did further training and you can find update model here: https://huggingface.co./MasterControlAIML/DeepSeek-R1-Qwen-2.5-1.5b-Latest-Unstructured-To-Structured
Let me know if you have any more questions!
@bhaviktheslider Thank you! Is new version better in terms of val loss, or some benchmark metrics? Your model looks nice, really interested in it
@Safreliy It was trained on more steps with improved prompt and reward metrics for format and answering in json. Convergence for reward gain can be seen in this one in a good way, and the way it controlled its completion length to a good amount by the end of 450 steps. You can find these metrics in the tensorboard section of the model.
Tensorboard section of new model: https://huggingface.co./MasterControlAIML/DeepSeek-R1-Qwen-2.5-1.5b-Latest-Unstructured-To-Structured/tensorboard
Thank you!