Text Generation
Transformers
PyTorch
code
gpt2
custom_code
Eval Results
text-generation-inference
cakiki mrm8488 commited on
Commit
636ad0a
1 Parent(s): 47ad9f0

- Fix typo (b110e2b5f45658e32302b82cfe4840d10081044b)


Co-authored-by: Manuel Romero <mrm8488@users.noreply.huggingface.co>

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