From c07590219d24e06f54fed195df51ac23df411cf8 Mon Sep 17 00:00:00 2001 From: Jakub Pokrywka Date: Thu, 4 Nov 2021 11:40:00 +0100 Subject: [PATCH] a --- how_to_run | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 how_to_run diff --git a/how_to_run b/how_to_run new file mode 100644 index 0000000..160f035 --- /dev/null +++ b/how_to_run @@ -0,0 +1,3 @@ +install pytorch +install transformers from source: pip install git+https://github.com/huggingface/transformers +instal datasets: pip install datasets