jarodrigues commited on
Commit
4e14902
1 Parent(s): 1f041fb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -137,7 +137,7 @@ For testing, we reserved the translated datasets MRPC (similarity) and RTE (infe
137
 
138
  # How to use
139
 
140
- You can use this model directly with a pipeline for causal language modeling (CLM):
141
 
142
  ```python3
143
  >>> from transformers import pipeline
 
137
 
138
  # How to use
139
 
140
+ You can use this model directly with a pipeline for causal language modeling:
141
 
142
  ```python3
143
  >>> from transformers import pipeline