keshan commited on
Commit
049d421
1 Parent(s): c544656

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ The model chosen for training is GPT2 with the following specifications:
26
  5. n_positions=1024
27
 
28
  ## How to Use
29
- You can use this model directly with a pipeline for casual language modeling:
30
 
31
  ```py
32
  from transformers import pipeline
26
  5. n_positions=1024
27
 
28
  ## How to Use
29
+ You can use this model directly with a pipeline for causal language modeling:
30
 
31
  ```py
32
  from transformers import pipeline