-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from UKPLab/KTLO-2_New_EES_version_009
New EES version 0.0.9
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
setup( | ||
name="gpl", | ||
version="0.1.2", | ||
version="0.1.3", | ||
author="Kexin Wang", | ||
author_email="[email protected]", | ||
description="GPL is an unsupervised domain adaptation method for training dense retrievers. It is based on query generation and pseudo labeling with powerful cross-encoders. To train a domain-adapted model, it needs only the unlabeled target corpus and can achieve significant improvement over zero-shot models.", | ||
|
@@ -23,5 +23,5 @@ | |
"Operating System :: OS Independent", | ||
], | ||
python_requires=">=3.6", | ||
install_requires=["beir", "easy-elasticsearch>=0.0.8", "protobuf"], | ||
install_requires=["beir", "easy-elasticsearch>=0.0.9", "protobuf"], | ||
) |