HCZhang commited on
Commit
babbb41
·
verified ·
1 Parent(s): 1aede27

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -135,7 +135,7 @@ For improved practical inference speed, we strongly recommend running Jellyfish
135
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
136
 
137
  ### Python Script
138
- we provide two sample Python code examples for inference using the Jellyfish model:
139
 
140
  #### Using Transformers and Torch Modules
141
  ```python
 
135
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
136
 
137
  ### Python Script
138
+ We provide two simple Python code examples for inference using the Jellyfish model.
139
 
140
  #### Using Transformers and Torch Modules
141
  ```python