Fix typo
#16
by
mrm8488
- opened
README.md
CHANGED
@@ -246,7 +246,7 @@ print(tokenizer.decode(outputs[0]))
|
|
246 |
```
|
247 |
|
248 |
### Load other checkpoints
|
249 |
-
We upload the checkpoint of each experiment to a
|
250 |
|
251 |
```python
|
252 |
model = AutoModelForCausalLM.from_pretrained(
|
|
|
246 |
```
|
247 |
|
248 |
### Load other checkpoints
|
249 |
+
We upload the checkpoint of each experiment to a separate branch as well as the intermediate checkpoints as commits on the branches. You can load them with the `revision` flag:
|
250 |
|
251 |
```python
|
252 |
model = AutoModelForCausalLM.from_pretrained(
|