keshan commited on
Commit
a3472be
1 Parent(s): d733f2e

Update README.md

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