Skip to content

Commit 3a3918a

Browse files
authored
Update training.ipynb (#66)
Need to `pip install datasets` Also the first link to the HuggingFace datasets page points to a 404 page https://huggingface.co/github.com/huggingface/datasets
1 parent 523d6b8 commit 3a3918a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

transformers_doc/training.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"# Transformers installation\n",
1010
"! pip install transformers\n",
1111
"# 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"
12+
"# ! pip install git+https://github.com/huggingface/transformers.git\n",
13+
"! pip install datasets\n"
1314
]
1415
},
1516
{

0 commit comments

Comments
 (0)