done
This commit is contained in:
parent
817a8ad007
commit
5c4e2db8ab
11
init.sh
11
init.sh
@ -1,11 +1,16 @@
|
|||||||
|
pip3 install virtualenv
|
||||||
|
# poprawnie wspiera pytorch, wymaga python3.7 w systemie
|
||||||
|
virtualenv venv --python=python3.7
|
||||||
|
source venv/bin/activatae
|
||||||
pip3 install pandas
|
pip3 install pandas
|
||||||
pip3 install transformers
|
pip3 install transformers
|
||||||
|
pip3 install numpy
|
||||||
pip3 install gdown
|
pip3 install gdown
|
||||||
pip3 install sklearn
|
pip3 install sklearn
|
||||||
pip3 install matplotlib
|
pip3 install matplotlib
|
||||||
gdown --fuzzy https://drive.google.com/file/d/153UDq2d-iVcLfc-7DeGm4ZfczjTQPxpF/view?usp=sharing
|
gdown --fuzzy https://drive.google.com/file/d/153UDq2d-iVcLfc-7DeGm4ZfczjTQPxpF/view?usp=sharing
|
||||||
# TODO trzeba chyba ustawić pobieranie directory
|
gdown --fuzzy https://drive.google.com/drive/folders/1-7W9l6HkP_6KtWk_-TWH76QWTPgih2Lb?usp=sharing -O model_encoder --folder
|
||||||
gdown --fuzzy https://drive.google.com/drive/folders/1-7W9l6HkP_6KtWk_-TWH76QWTPgih2Lb?usp=sharing
|
gdown --fuzzy https://drive.google.com/drive/folders/1Y60LOzUQJRHIrq-DRm45cNERPdM8GPMu?usp=sharing -O model_encoder_decoder --folder
|
||||||
gdown --fuzzy https://drive.google.com/drive/folders/1Y60LOzUQJRHIrq-DRm45cNERPdM8GPMu?usp=sharing
|
gdown --fuzzy https://drive.google.com/drive/folders/1GhaRM3GkLktvOkfryUM4Lqph2M58-okP?usp=sharing -O model_decoder --folder
|
||||||
mkdir data
|
mkdir data
|
||||||
mv blogtext.csv data
|
mv blogtext.csv data
|
6446
main.ipynb
6446
main.ipynb
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user