This repository contains a fine-tuned Qwen3-8B model using Supervised Fine-Tuning (SFT) on filtered KernelBook data.
.
├── iter_0000515/ # Checkpoint at iteration 515
│ ├── __*.distcp # Distributed checkpoint files (sharded model weights)
│ ├── common.pt # Common parameters
│ └── metadata.json # Checkpoint metadata
├── rollout/ # Training rollout data
│ └── global_dataset_state_dict_515.pt
└── latest_checkpointed_iteration.txt
This repository contains the model in Megatron-LM checkpoint format, which includes:
.distcp) containing sharded model weights across 8 tensor parallel rankscommon.pt) with shared embeddings and other common weightsA HuggingFace Transformers compatible version will be added in a future update.
To use the Megatron format checkpoint, you'll need the Megatron-LM framework with the appropriate model configuration.
(Instructions will be added after conversion)
This model was fine-tuned using the SLIME framework on filtered KernelBook data to improve performance on kernel and system-level tasks.
If you use this model, please cite both the original Qwen3 model and the KernelBook dataset papers.
2 commits
This repository contains a fine-tuned Qwen3-8B model using Supervised Fine-Tuning (SFT) on filtered KernelBook data.
.
├── iter_0000515/ # Checkpoint at iteration 515
│ ├── __*.distcp # Distributed checkpoint files (sharded model weights)
│ ├── common.pt # Common parameters
│ └── metadata.json # Checkpoint metadata
├── rollout/ # Training rollout data
│ └── global_dataset_state_dict_515.pt
└── latest_checkpointed_iteration.txt
This repository contains the model in Megatron-LM checkpoint format, which includes:
.distcp) containing sharded model weights across 8 tensor parallel rankscommon.pt) with shared embeddings and other common weightsA HuggingFace Transformers compatible version will be added in a future update.
To use the Megatron format checkpoint, you'll need the Megatron-LM framework with the appropriate model configuration.
(Instructions will be added after conversion)
This model was fine-tuned using the SLIME framework on filtered KernelBook data to improve performance on kernel and system-level tasks.
If you use this model, please cite both the original Qwen3 model and the KernelBook dataset papers.
2 commits