Quicktour updates (#14533)

This commit is contained in:
Lysandre Debut
2021-11-26 04:09:31 -05:00
committed by GitHub
parent 1bbd6fcdeb
commit c15f4f203f

View File

@@ -53,12 +53,12 @@ Let's see how this work for sentiment analysis (the other tasks are all covered
Install the following dependencies (if not already installed): Install the following dependencies (if not already installed):
.. code-block:: .. code-block:: bash
>>> pip install torch ## PYTORCH CODE
>>> pip install tensorflow pip install torch
>>> pip install transformers ## TENSORFLOW CODE
>>> pip install datasets pip install tensorflow
.. code-block:: .. code-block::