Skolkovo Institute of Science and Technology
commited on
Commit
•
abb1785
1
Parent(s):
544b646
Update README.md
Browse files
README.md
CHANGED
@@ -54,7 +54,7 @@ Using both initial and augmented data we fine-tuned [t5-large](https://huggingfa
|
|
54 |
|
55 |
```python
|
56 |
|
57 |
-
from transformers import T5ForConditionalGeneration, AutoTokenizer
|
58 |
|
59 |
text_with_error = 'I want to stop smoking during driving bicycle .'
|
60 |
error_span = '23:29'
|
|
|
54 |
|
55 |
```python
|
56 |
|
57 |
+
from transformers import T5ForConditionalGeneration, AutoTokenizer
|
58 |
|
59 |
text_with_error = 'I want to stop smoking during driving bicycle .'
|
60 |
error_span = '23:29'
|