billingsmoore commited on
Commit
e9dca93
1 Parent(s): 088fd06

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -31,11 +31,11 @@ This model is a finetuned T5 model with 770 million parameters.
31
 
32
  ## Uses
33
 
34
- This model is intended to be used as the translation model in the larger MLotsawa software, but can also be used in a Jupyter notebook.
35
 
36
  ### Direct Use
37
 
38
- To use this model for translation in a Jupyter notebook, you can use the following code:
39
 
40
  ```python
41
  from transformers import pipeline
 
31
 
32
  ## Uses
33
 
34
+ This model is intended to be used as the translation model in the larger MLotsawa software, but can also be used in a Jupyter notebook or Python script.
35
 
36
  ### Direct Use
37
 
38
+ To use this model for translation you can use the following code:
39
 
40
  ```python
41
  from transformers import pipeline