This commit is contained in:
Jakub Pokrywka 2021-11-04 11:40:00 +01:00
parent 51b778318d
commit c07590219d

3
how_to_run Normal file
View File

@ -0,0 +1,3 @@
install pytorch
install transformers from source: pip install git+https://github.com/huggingface/transformers
instal datasets: pip install datasets