great-ai/example
András Schmelczer 83d870d2ea More experimentation
Signed-off-by: András Schmelczer <andras@schmelczer.dev>
2022-04-03 21:46:35 +02:00
..
models Format 2022-04-02 13:57:16 +02:00
.gitignore More experimentation 2022-04-03 21:46:35 +02:00
config.py Format 2022-04-02 13:57:16 +02:00
main.py More experimentation 2022-04-03 21:46:35 +02:00
predict_domain.py More experimentation 2022-04-03 21:46:35 +02:00
preprocess.py Format 2022-04-02 21:59:09 +02:00
README.md More experimentation 2022-04-03 21:46:35 +02:00
train.ipynb More experimentation 2022-04-03 21:46:35 +02:00

Train Domain classifier from the semantic scholar dataset

Upload the dataset (or a part of it) to shared infrastructure

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
rm -rf ss-data