mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
Quicktour updates (#14533)
This commit is contained in:
parent
1bbd6fcdeb
commit
c15f4f203f
@ -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):
|
||||
|
||||
.. code-block::
|
||||
.. code-block:: bash
|
||||
|
||||
>>> pip install torch
|
||||
>>> pip install tensorflow
|
||||
>>> pip install transformers
|
||||
>>> pip install datasets
|
||||
## PYTORCH CODE
|
||||
pip install torch
|
||||
## TENSORFLOW CODE
|
||||
pip install tensorflow
|
||||
|
||||
.. code-block::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user