Fix typo (#16)
Browse files- Fix typo (b110e2b5f45658e32302b82cfe4840d10081044b)
Co-authored-by: Manuel Romero <mrm8488@users.noreply.huggingface.co>
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(
|