Skip to content

Commit

Permalink
update version for new 1.1.0 release (#14)
Browse files Browse the repository at this point in the history
* update version for new 1.2.0 release

* Update config.py
  • Loading branch information
splovyt authored Jun 18, 2019
1 parent 98d1305 commit 1eefd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
API_TITLE = 'MAX Text Sentiment Classifier'
API_DESC = 'Detect the sentiment captured in short pieces of text. ' \
'The model was finetuned on the IBM Project Debater Claim Sentiment dataset.'
API_VERSION = '1.0.1'
API_VERSION = '1.1.0'

# default model
MODEL_NAME = 'sentiment_BERT_base_uncased'
Expand Down

0 comments on commit 1eefd2b

Please sign in to comment.