Update README.md
Browse files
README.md
CHANGED
@@ -57,7 +57,7 @@ and the project's [home repo](https://github.com/prompteus/calc-x).
|
|
57 |
|
58 |
After adding these two scripts to your directory, you can use the model as follows:
|
59 |
|
60 |
-
```
|
61 |
from transformers import T5ForConditionalGeneration, T5Tokenizer
|
62 |
|
63 |
from gadgets.model import gadget_assisted_model
|
|
|
57 |
|
58 |
After adding these two scripts to your directory, you can use the model as follows:
|
59 |
|
60 |
+
```python
|
61 |
from transformers import T5ForConditionalGeneration, T5Tokenizer
|
62 |
|
63 |
from gadgets.model import gadget_assisted_model
|