Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
runs/
15 changes: 15 additions & 0 deletions MODEL_WEIGHTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# DeepJoin Model Weights

This repository does not store large model binaries in git.

Download these two files from GitHub Release assets and place them at:

1) all-mpnet-base-v2.pytorch_model.bin
-> join/Deepjoin/all-mpnet-base-v2/pytorch_model.bin

2) deepjoin_webtable_training.pytorch_model.bin
-> join/Deepjoin/output/deepjoin_webtable_training-all-mpnet-base-v2-2023-10-18_19-54-27/pytorch_model.bin

Run with:
MODEL_PATH="/ABS_PATH/join/Deepjoin/output/deepjoin_webtable_training-all-mpnet-base-v2-2023-10-18_19-54-27" \
./run_deepjoin_0320.sh --run-tag full_with_ckpt
Binary file removed imgs/framework.png
Binary file not shown.
Binary file removed imgs/info2.jpg
Binary file not shown.
Binary file removed imgs/infogather.jpg
Binary file not shown.
Binary file removed imgs/table1.png
Binary file not shown.
Binary file removed imgs/table2.png
Binary file not shown.
48 changes: 0 additions & 48 deletions join&union/Aurum/aurum.md

This file was deleted.

186 changes: 0 additions & 186 deletions join&union/Aurum/build_hash.py

This file was deleted.

105 changes: 0 additions & 105 deletions join&union/Aurum/hnsw_search.py

This file was deleted.

Binary file removed join&union/Aurum/overview.png
Binary file not shown.
Loading