Rename library

Signed-off-by: András Schmelczer <andras@schmelczer.dev>
This commit is contained in:
Andras Schmelczer 2022-05-08 22:04:55 +02:00
parent 8708b157eb
commit eb7ddf1496
No known key found for this signature in database
GPG key ID: 39260B5B0614A13E
141 changed files with 844 additions and 842 deletions

View file

@ -7,6 +7,6 @@ mkdir ss-data && cd ss-data
wget https://s3-us-west-2.amazonaws.com/ai2-s2-research-public/open-corpus/2022-02-01/manifest.txt
wget -B https://s3-us-west-2.amazonaws.com/ai2-s2-research-public/open-corpus/2022-02-01/ -i manifest.txt
cd -
python3 -m good_ai.open_s3 --secrets s3.ini --push ss-data
python3 -m great_ai.open_s3 --secrets s3.ini --push ss-data
rm -rf ss-data
```