We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523d6b8 commit 3a3918aCopy full SHA for 3a3918a
transformers_doc/training.ipynb
@@ -9,7 +9,8 @@
9
"# Transformers installation\n",
10
"! pip install transformers\n",
11
"# To install from source instead of the last release, comment the command above and uncomment the following one.\n",
12
- "# ! pip install git+https://github.com/huggingface/transformers.git\n"
+ "# ! pip install git+https://github.com/huggingface/transformers.git\n",
13
+ "! pip install datasets\n"
14
]
15
},
16
{
0 commit comments