nyu-mll / jiant-v1-legacy

The jiant toolkit for general-purpose text understanding models
MIT License
21 stars 9 forks source link

[CLOSED] Fix target_train_data_fraction overriding pretrain_data_fraction #1070

Closed jeswan closed 4 years ago

jeswan commented 4 years ago

Issue by pyeres Thursday Apr 16, 2020 at 04:17 GMT Originally opened as https://github.com/nyu-mll/jiant/pull/1070


This PR addresses the bug described in issue #1066 ("Results with pretrain_data_fraction args").

This PR...

Validation: the config provided in issue #1066 was run with these code changes. Results logged for the task (MNLI) using a pretraining data fraction were more in line with expectation: after 25k steps training accuracy was ~100%, while val and test accuracy were ~75%.


pyeres included the following code: https://github.com/nyu-mll/jiant/pull/1070/commits