iperbole commited on
Commit
f47b88d
·
verified ·
1 Parent(s): 052ae34

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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