Update README.md
Browse files
README.md
CHANGED
@@ -26,6 +26,10 @@ It achieves the following results on the evaluation set:
|
|
26 |
|
27 |
## Usage Example
|
28 |
|
|
|
|
|
|
|
|
|
29 |
```py
|
30 |
from transformers import pipeline
|
31 |
|
|
|
26 |
|
27 |
## Usage Example
|
28 |
|
29 |
+
> [!TIP]
|
30 |
+
> You can also run inference with [turboT5](https://github.com/Knowledgator/TurboT5) on ampere+ GPUs for better performance. See [example on Colab](https://colab.research.google.com/gist/pszemraj/59cf088d603a0f62bbb5cedc42a7837b/turbot5-inference.ipynb).
|
31 |
+
|
32 |
+
|
33 |
```py
|
34 |
from transformers import pipeline
|
35 |
|