Update README.md
Browse files
README.md
CHANGED
|
@@ -68,7 +68,7 @@ inputs.input_ids.to('cuda')
|
|
| 68 |
```
|
| 69 |
|
| 70 |
We have released checkpoints for these models. For post-training, the naming convention is `step_XXXX`.
|
| 71 |
-
|
| 72 |
|
| 73 |
To load a specific model revision with HuggingFace, simply add the argument `revision`:
|
| 74 |
```bash
|
|
|
|
| 68 |
```
|
| 69 |
|
| 70 |
We have released checkpoints for these models. For post-training, the naming convention is `step_XXXX`.
|
| 71 |
+
**NOTE**: For this model, due to a checkpointing issue, we only are releasing the final few checkpoints. See our other RL jobs for more detailed intermediate checkpoint suite.
|
| 72 |
|
| 73 |
To load a specific model revision with HuggingFace, simply add the argument `revision`:
|
| 74 |
```bash
|