We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Few comments:
Add a short explanation on how to create matches_csv_file_name from the files (train, test, valid) that are in https://github.com/anhaidgroup/deepmatcher/blob/master/Datasets.md, concat all, keep line with label "1", and remove last column "label"
Correct vector_pairing_model --> topK_vector_pairing_model or vice-versa
Add line for cols_to_block = ["title","manufacturer","price"] with short explanation
Mention that configuration should be checked and that the embeddings file obtained from https://fasttext.cc/docs/en/pretrained-vectors.html is already in the correct folder
In the readme file, put "installation" before the 30 sec section
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Few comments:
Add a short explanation on how to create matches_csv_file_name from the files (train, test, valid) that are in https://github.com/anhaidgroup/deepmatcher/blob/master/Datasets.md, concat all, keep line with label "1", and remove last column "label"
Correct vector_pairing_model --> topK_vector_pairing_model or vice-versa
Add line for cols_to_block = ["title","manufacturer","price"] with short explanation
Mention that configuration should be checked and that the embeddings file obtained from https://fasttext.cc/docs/en/pretrained-vectors.html is already in the correct folder
In the readme file, put "installation" before the 30 sec section
The text was updated successfully, but these errors were encountered: