Update README.md
Browse files
README.md
CHANGED
|
@@ -34,7 +34,7 @@ The data are extracted to be skewed toward Italian language with a ration of one
|
|
| 34 |
|
| 35 |
You can run conversational inference using the Transformers pipeline abstraction or by leveraging the Auto classes with the generate() function.
|
| 36 |
|
| 37 |
-
Make sure to update your transformers installation via pip install --upgrade transformers
|
| 38 |
|
| 39 |
```python
|
| 40 |
import transformers
|
|
|
|
| 34 |
|
| 35 |
You can run conversational inference using the Transformers pipeline abstraction or by leveraging the Auto classes with the generate() function.
|
| 36 |
|
| 37 |
+
Make sure to update your transformers installation via `pip install --upgrade transformers`.
|
| 38 |
|
| 39 |
```python
|
| 40 |
import transformers
|