Skip to content

Commit

Permalink
update script to also load manually labeled wikipedia tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Binh Vu committed Mar 12, 2023
1 parent a9e6a93 commit fe2924a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,13 @@ then

python -m sand init --db $DB

# load the auto-labeled wikipedia tables
python -m sand create --db $DB --description 'auto-labeled wikipedia tables' wtauto-200
python -m sand load --db $DB -p wtauto-200 --dataset $DIR/data/home/datasets/wtauto-200

# load the manually labeled wikipedia tables
python -m sand create --db $DB --description 'manually labeled wikipedia tables' wt250
python -m sand load --db $DB -p wt250 --dataset $DIR/datasets/250wt
fi

python -m sand start $FLAG \
Expand Down

0 comments on commit fe2924a

Please sign in to comment.