Skip to content

Commit

Permalink
Update MAX base to 1.1.3 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
splovyt authored May 31, 2019
1 parent 5968b70 commit 9ccd857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM codait/max-base:v1.1.1
FROM codait/max-base:v1.1.3

ARG model_bucket=http://max-assets.s3.us.cloud-object-storage.appdomain.cloud/max-text-sentiment-classifier/1.0
ARG model_file=assets.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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.0'
API_VERSION = '1.0.1'

# default model
MODEL_NAME = 'sentiment_BERT_base_uncased'
Expand Down

0 comments on commit 9ccd857

Please sign in to comment.