File size: 1,248 Bytes
a588f35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
333a42a
 
 
 
 
a588f35
333a42a
 
 
a588f35
333a42a
 
 
a588f35
333a42a
 
 
 
 
 
a588f35
333a42a
 
 
a588f35
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
license: apache-2.0
language:
  - en
base_model: unsloth/Qwen2.5-14B-Instruct-bnb-4bit
pipeline_tag: text-generation
library_name: transformers
tags:
  - reinforcement-learning
  - grpo
  - openenv
  - blast-radius
  - qwen2.5
  - unsloth
  - sft
  - rl-environment
metrics:
  - type: reward
    value: 0.72
    name: Mean Episode Reward
  - type: reward
    value: 0.75
    name: Format Reward
  - type: reward
    value: 0.48
    name: KL Divergence
---

# BlastRadius — GRPO Model Checkpoints

This repository contains the trained model checkpoints.

## Live Demo

https://huggingface.co/spaces/Idred/BlastRadius-OpenEnv

## Training Notebook

https://huggingface.co/spaces/Idred/BlastRadius-OpenEnv/blob/main/BlastRadius_A100_Training_v2.ipynb

## Training Details

- **Hardware:** Hugging Face Jobs (H200 GPU)
- **Framework:** PyTorch 2.6 (CUDA 12.4)
- **Approach:** SFT + GRPO (Reinforcement Learning)
- **Experiment Tracking:** Weights & Biases (WandB)

## Note

- The Space provides the complete working demo
- The notebook contains the full training pipeline and reproducible steps
- This repository is for model checkpoints only
- HF Jobs are not publicly accessible by design - the notebook serves as the verifiable training record