Update README.md
Browse files
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 |
|