This commit is contained in:
wangobango 2022-02-19 17:34:58 +01:00
parent 817a8ad007
commit 5c4e2db8ab
2 changed files with 2912 additions and 3545 deletions

11
init.sh
View File

@ -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 transformers
pip3 install numpy
pip3 install gdown
pip3 install sklearn
pip3 install matplotlib
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
gdown --fuzzy https://drive.google.com/drive/folders/1Y60LOzUQJRHIrq-DRm45cNERPdM8GPMu?usp=sharing
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/1Y60LOzUQJRHIrq-DRm45cNERPdM8GPMu?usp=sharing -O model_encoder_decoder --folder
gdown --fuzzy https://drive.google.com/drive/folders/1GhaRM3GkLktvOkfryUM4Lqph2M58-okP?usp=sharing -O model_decoder --folder
mkdir data
mv blogtext.csv data

6446
main.ipynb

File diff suppressed because it is too large Load Diff