|
|
||
|---|---|---|
| .. | ||
| models | ||
| .gitignore | ||
| config.py | ||
| main_batch.py | ||
| main_service.py | ||
| predict_domain.py | ||
| preprocess.py | ||
| README.md | ||
| train.ipynb | ||
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