naacl_transfer_learning_tutorial icon indicating copy to clipboard operation
naacl_transfer_learning_tutorial copied to clipboard

Repository of code for the tutorial on Transfer Learning in NLP held at NAACL 2019 in Minneapolis, MN, USA

Results 5 naacl_transfer_learning_tutorial issues
Sort by recently updated
recently updated
newest added

TypeError: Argument warmup_duration should be integer, but given 0.025

- https://aclanthology.org/attachments/N19-5004.Presentation.pdf

Found some issue in get_and_tokenize_dataset method under utils.py. Code changes : - Invalid key "labels" when calling dataset_map['labels'] -> replaced by DATASETS_LABELS_URL[dataset_dir] - Invalid test.txt and text.labels.txt file for IMDB...

Thomas, thanks for sharing this code! I noticed that commit 8d9c2371fc37ba8958f174501a9afb91a7ef7a06 seems to have broken the default functioning of the classification finetuning scripts - in the previous version there seems...

ub16c9@ub16c9-gpu:/media/ub16c9/fcd84300-9270-4bbd-896a-5e04e79203b7/ub16_prj/naacl_transfer_learning_tutorial$ python3.6 pretraining_train.py Traceback (most recent call last): File "pretraining_train.py", line 21, in from utils import get_and_tokenize_dataset, average_distributed_scalar, add_logging_and_checkpoint_saving, WEIGHTS_NAME File "/media/ub16c9/fcd84300-9270-4bbd-896a-5e04e79203b7/ub16_prj/naacl_transfer_learning_tutorial/utils.py", line 16, in from pytorch_pretrained_bert import cached_path ImportError:...