Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
brightmart committed Nov 25, 2018
1 parent 69d9c87 commit 345c69c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,15 @@ Model | fastText|TextCNN|TextRNN| RCNN | HierAtteNet|Seq2seqAttn|EntityNet|Dyn
Score | 0.362 | 0.405| 0.358 | 0.395| 0.398 |0.322 |0.400 |0.392 |0.322
Training| 10m | 2h |10h | 2h | 2h |3h |3h |5h |7h
--------------------------------------------------------------------------------------------------


Bert model achieves 0.368 after first 9 epoch.

Ensemble of TextCNN,EntityNet,DynamicMemory: 0.411

Ensemble EntityNet,DynamicMemory: 0.403



--------------------------------------------------------------------------------------------------

Notice:
Expand Down Expand Up @@ -352,7 +356,7 @@ run the following command under folder a00_Bert:

python train_bert_multi-label.py

It achieve 0.368 after 9 epoch.
or you can run multi-label classification with downloadable data using BERT from

<a href='https://github.com/brightmart/sentiment_analysis_fine_grain'>sentiment_analysis_fine_grain with BERT</a>
Expand Down

0 comments on commit 345c69c

Please sign in to comment.