Unverified Commit c15f4f20 authored by Lysandre Debut's avatar Lysandre Debut Committed by GitHub
Browse files

Quicktour updates (#14533)

parent 1bbd6fcd
...@@ -53,12 +53,12 @@ Let's see how this work for sentiment analysis (the other tasks are all covered ...@@ -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::
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment