kyriemao commited on
Commit
a0bb403
·
1 Parent(s): 7dfde53

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ class GTR(T5PreTrainedModel):
32
  return output
33
  ```
34
 
35
- The operations of this model follows the standard operations of HF. For example,
36
 
37
  To load the model, run
38
  ```python
 
32
  return output
33
  ```
34
 
35
+ The operations of this model follow the standard operations of HF. For example,
36
 
37
  To load the model, run
38
  ```python