Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ class GTR(T5PreTrainedModel):
|
|
32 |
return output
|
33 |
```
|
34 |
|
35 |
-
The operations of this model
|
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
|