Skip to content

Commit 10e30a7

Browse files
author
alexhu
committed
add readme and statics
1 parent 27a392c commit 10e30a7

20 files changed

Lines changed: 427 additions & 6 deletions

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ scripts/download_data.sh
143143
To ensure a smooth training process, please pay close attention to the following configuration requirements in your `lightningrl.yaml` file:
144144

145145
#### 1. Experiment Project Name
146+
146147
The `project` field within the `experiment` block must match the filename of your configuration file:
147148

148149
```yaml
@@ -151,11 +152,12 @@ experiment:
151152
```
152153
153154
#### 2. Model Paths
155+
154156
The `model` block requires absolute paths for model checkpoints to ensure proper loading:
155157

156-
* **`pretrained_model`**: Must be set to the **absolute path** of your pre-trained model.
157-
* **`value_base_model`**: This field is associated with `use_value_model` in the `training` block. If `use_value_model` is set to `True`, this field must be populated.
158-
* *Note:* Currently, the value model does not actively participate in training; it is provided as an optional component to facilitate experimentation and reproducibility.
158+
* **`pretrained_model`**: Must be set to the **absolute path** of your pre-trained model.
159+
* **`value_base_model`**: This field is associated with `use_value_model` in the `training` block. If `use_value_model` is set to `True`, this field must be populated.
160+
* *Note:* Currently, the value model does not actively participate in training; it is provided as an optional component to facilitate experimentation and reproducibility.
159161

160162
```yaml
161163
model:
@@ -164,6 +166,7 @@ model:
164166
```
165167

166168
#### 3. Training Controls
169+
167170
Ensure your training flags are configured correctly:
168171

169172
```yaml
@@ -191,10 +194,11 @@ For any issues or inquiries, please feel free to open an issue in this repositor
191194
If you find our work helpful, please consider citing:
192195

193196
```bibtex
194-
@inproceedings{hu2026lightningrl,
197+
@article{hu2026lightningrl,
195198
title={LightningRL: Breaking the Accuracy--Parallelism Trade-off of Block-wise dLLMs via Reinforcement Learning},
196199
author={Hu, Yanzhe and Jin, Yijie and Liu, Pengfei and Yu, Kai and Deng, Zhijie},
197-
booktitle={Proceedings of the International Conference on Machine Learning (ICML)},
198-
year={2026}
200+
journal={arXiv preprint},
201+
year={2026},
202+
note={Coming soon}
199203
}
200204
```

page/static/css/bulma-carousel.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

page/static/css/bulma-slider.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

page/static/css/bulma.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)