File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5
5
6
6
setuptools .setup (
7
7
name = "transformers_keras" ,
8
- version = "0.4.9 " ,
8
+ version = "0.5.0 " ,
9
9
description = "Transformer-based models implemented in tensorflow 2.x(Keras)" ,
10
10
long_description = long_description ,
11
11
long_description_content_type = "text/markdown" ,
18
18
"tokenizers" ,
19
19
"tensorflow-addons[tensorflow]" ,
20
20
"seqeval" ,
21
+ "smile-datasets==0.0.5"
21
22
],
22
23
extras_require = {},
23
24
license = "Apache Software License" ,
Original file line number Diff line number Diff line change 94
94
from transformers_keras .token_classification .models import AlbertForTokenClassification , BertForTokenClassification
95
95
96
96
__name__ = "transformers_keras"
97
- __version__ = "0.4.9 "
97
+ __version__ = "0.5.0 "
98
98
99
99
logging .basicConfig (format = "%(asctime)s %(levelname)7s %(filename)20s %(lineno)4d] %(message)s" , level = logging .INFO )
You can’t perform that action at this time.
0 commit comments