loubnabnl HF staff commited on
Commit
b09f8a2
1 Parent(s): 8f9955c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -42,7 +42,7 @@ outputs = model.generate(inputs)
42
  print(tokenizer.decode(outputs[0]))
43
  ```
44
 
45
- ## Intermediate checkpoints
46
 
47
  We are releasing intermediate checkpoints for this model at intervals of every 1000 training steps in separate branches. The naming convention is `step-001000-2BT`.
48
 
 
42
  print(tokenizer.decode(outputs[0]))
43
  ```
44
 
45
+ ## Intermediate checkpoints (soon)
46
 
47
  We are releasing intermediate checkpoints for this model at intervals of every 1000 training steps in separate branches. The naming convention is `step-001000-2BT`.
48