--- language: - en - zh - fr - es - de - pt - ru - it - ja - ko - vi - ar license: apache-2.0 tags: - dllm - diffusion - rwkv - llm - text_generation datasets: - allenai/tulu-3-sft-mixture - Jackrong/GLM-5.1-Reasoning-1M-Cleaned - angrygiraffe/claude-opus-4.6-4.7-reasoning-8.7k base_model: BlinkDL/rwkv7-g1 --- # Triplet-Block Diffusion RWKV This repository contains the checkpoint of B3D-RWKV, a 7B-parameter RWKV language model trained with the Triplet-Block Diffusion method. For usage, see the B3D-RWKV [infer](https://github.com/leonardodalinky/B3D-RWKV/tree/main/infer) and [serve](https://github.com/leonardodalinky/B3D-RWKV/tree/main/infer/serve) for instructions on how to run inference and serve the model. Note: This checkpoint is a SFT version of `rwkv7-g1f-7.2B`.