natolambert commited on
Commit
7472463
·
verified ·
1 Parent(s): ef86730

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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