We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5910762 commit 58b87d5Copy full SHA for 58b87d5
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="transformers_keras",
8
- version="0.5.0",
+ version="0.5.1",
9
description="Transformer-based models implemented in tensorflow 2.x(Keras)",
10
long_description=long_description,
11
long_description_content_type="text/markdown",
transformers_keras/__init__.py
@@ -92,6 +92,6 @@
92
from transformers_keras.token_classification.models import AlbertForTokenClassification, BertForTokenClassification
93
94
__name__ = "transformers_keras"
95
-__version__ = "0.5.0"
+__version__ = "0.5.1"
96
97
logging.basicConfig(format="%(asctime)s %(levelname)7s %(filename)20s %(lineno)4d] %(message)s", level=logging.INFO)
0 commit comments