Instructions to use leonardklin/B3D-RWKV with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- RWKV
How to use leonardklin/B3D-RWKV with RWKV:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
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`.
|