CoolFace
Datasetpublic

marin-community/open-thoughts-4-30k-code-qwen3-32b-annotated-32768-tokens

Dataset Card for Open-Thoughts-4-30K-Code-Qwen3-32B-Annotated-32768-Tokens Overview This dataset is a variant of marin-community/open-thoughts-4-30k-code-qwen3-32b-annotated with an extended maximum sequence length. The responses in the generated_text column were generated with max output tokens = 32768 (instead of 7500 in the original dataset), allowing for longer and more complete chain-of-thought reasoning. Generation Details Model:… See the full description on the dataset page: https://huggingface.co/datasets/marin-community/open-thoughts-4-30k-code-qwen3-32b-annotated-32768-tokens.

sourceHugging Faceapache-2.0updated 8mo agoView on Hugging Face
0likes147downloads
Dataset Card

Dataset Card for Open-Thoughts-4-30K-Code-Qwen3-32B-Annotated-32768-Tokens

Overview

This dataset is a variant of marin-community/open-thoughts-4-30k-code-qwen3-32b-annotated with an extended maximum sequence length. The responses in the generated_text column were generated with max output tokens = 32768 (instead of 7500 in the original dataset), allowing for longer and more complete chain-of-thought reasoning.

Generation Details

  • —Model: Qwen/Qwen3-32B
  • —Temperature: 0.8
  • —Max Output Tokens: 32768

Dataset Statistics

  • —Number of Samples: 29,963
  • —Split: train

Dataset Structure

ColumnDescription
idUnique identifier
instruction_seedThe original code problem/question text without chat formatting
outputGenerated output from the original dataset
sourceData source
licenseLicense information
datasetOriginal dataset source
splitData split
difficultyDifficulty rating (6-10)
solutionReference solution
indexIndex reference
_sourceThe origin dataset; tracks data provenance
difficulty_reasoningExplanation of difficulty rating
__original_row_idxThe row index from the original source dataset before filtering/processing
ms_idA unique sample identifier
generated_textA response including chain-of-thought with <think> tags, generated by Qwen3-32B
conversationsThe prompt and response in chat format (list with from and value fields)

Related Datasets