Text Generation
RWKV
dllm
diffusion
llm
leonardklin commited on
Commit
cc3e249
·
verified ·
1 Parent(s): f1c2eed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -23,6 +23,7 @@ datasets:
23
  - allenai/tulu-3-sft-mixture
24
  - Jackrong/GLM-5.1-Reasoning-1M-Cleaned
25
  - angrygiraffe/claude-opus-4.6-4.7-reasoning-8.7k
 
26
  ---
27
 
28
  # Triplet-Block Diffusion RWKV
@@ -30,3 +31,5 @@ datasets:
30
  This repository contains the checkpoint of B3D-RWKV, a 7B-parameter RWKV language model trained with the Triplet-Block Diffusion method.
31
 
32
  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.
 
 
 
23
  - allenai/tulu-3-sft-mixture
24
  - Jackrong/GLM-5.1-Reasoning-1M-Cleaned
25
  - angrygiraffe/claude-opus-4.6-4.7-reasoning-8.7k
26
+ base_model: BlinkDL/rwkv7-g1
27
  ---
28
 
29
  # Triplet-Block Diffusion RWKV
 
31
  This repository contains the checkpoint of B3D-RWKV, a 7B-parameter RWKV language model trained with the Triplet-Block Diffusion method.
32
 
33
  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.
34
+
35
+ Note: This checkpoint is a SFT version of `rwkv7-g1f-7.2B`.