Skip to content

Commit 4c300e7

Browse files
committed
finale run
1 parent c14265a commit 4c300e7

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -472,13 +472,13 @@ We did not change it **yet**.
472472
We combined some of our results in the final model.
473473

474474
```
475-
python -u multitask_classifier.py --use_gpu --option finetune --optimizer "adamw" --epochs 10 --one_embed True --add_layers True --comment adam_add_layers_one_embed --batch_size 64 --lr 1e-5
475+
python -u multitask_classifier.py --use_gpu --option finetune --optimizer "adamw" --epochs 30 --one_embed True --add_layers True --comment adam_add_layers_one_embed --batch_size 64 --lr 1e-5
476476
```
477-
Tensorboard: Sep03_11-24-17_bert_final
477+
Tensorboard: Sep03_21-15-31_bert_final_30
478478

479479
| Model name | SST accuracy | QQP accuracy | STS correlation |
480480
| ------------------ |---------------- | -------------- | ---------------- |
481-
| BERT-Final | 51.2 % | 88.8 % | 82.2 % |
481+
| BERT-Final | 51.3 % | 88.9 % | 85.1% |
482482

483483
## Requirements
484484

@@ -539,7 +539,7 @@ Our model achieves the following performance:
539539
| BERT-SMART | 51.6 % | 88.8 % | 43.8 % |
540540
| BERT additional layer| 50% | 88,4% | 84,4 % |
541541
| BERT extra classifier training| 51,6% | 88,5% | 84,3 % |
542-
| BERT-Final | 51.2 % | 88.8 % | 82.2 % |
542+
| BERT-Final | 51.3 % | 88.9 % | 85.1% |
543543

544544
[Leaderboard](https://docs.google.com/spreadsheets/d/1Bq21J3AnxyHJ9Wb9Ik9OXvtX6O4L2UdVX9Y9sBg7v8M/edit#gid=0)
545545

0 commit comments

Comments
 (0)