Update README.md
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ This is a finetuned model based on flan-t5-small, for English grammar fixing.
|
|
| 18 |
|
| 19 |
## Demo
|
| 20 |
|
| 21 |
-
```
|
| 22 |
from transformers import T5Tokenizer, T5ForConditionalGeneration
|
| 23 |
|
| 24 |
# Load model and tokenizer
|
|
|
|
| 18 |
|
| 19 |
## Demo
|
| 20 |
|
| 21 |
+
```python
|
| 22 |
from transformers import T5Tokenizer, T5ForConditionalGeneration
|
| 23 |
|
| 24 |
# Load model and tokenizer
|