-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Former-commit-id: e9619f1
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
|
||
setup( | ||
name="farm", | ||
version="0.2.2", | ||
version="0.3.0", | ||
author="Malte Pietsch, Timo Moeller, Branden Chan, Tanay Soni, Huggingface Team Authors, Google AI Language Team Authors, Open AI team Authors", | ||
author_email="[email protected]", | ||
description="Toolkit for finetuning and evaluating transformer based language models", | ||
|
@@ -23,7 +23,7 @@ | |
keywords="BERT NLP deep learning language-model transformer", | ||
license="Apache", | ||
url="https://gitlab.com/deepset-ai/ml/lm/farm", | ||
download_url="https://github.com/deepset-ai/FARM/archive/0.2.2.tar.gz", | ||
download_url="https://github.com/deepset-ai/FARM/archive/0.3.0.tar.gz", | ||
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), | ||
install_requires=parsed_requirements, | ||
python_requires=">=3.5.0", | ||
|