transformers/examples
samuel.broscheit 3bf3f9596f Fixing the issues reported in https://github.com/huggingface/pytorch-pretrained-BERT/issues/556
Reason for issue was that optimzation steps where computed from example size, which is different from actual size of dataloader when an example is chunked into multiple instances.

Solution in this pull request is to compute num_optimization_steps directly from len(data_loader).
2019-05-12 00:13:45 +02:00
..
lm_finetuning Division to num_train_optimizer of global_step in lr_this_step is removed. 2019-05-09 10:57:03 +03:00
extract_features.py Fixes to the TensorFlow conversion tool 2019-04-01 13:17:54 -06:00
run_classifier.py Fixing the issues reported in https://github.com/huggingface/pytorch-pretrained-BERT/issues/556 2019-05-12 00:13:45 +02:00
run_gpt2.py Fix indentation weirdness in GPT-2 example. 2019-04-22 02:20:22 +09:00
run_openai_gpt.py Fixing the issues reported in https://github.com/huggingface/pytorch-pretrained-BERT/issues/556 2019-05-12 00:13:45 +02:00
run_squad.py Fixing the issues reported in https://github.com/huggingface/pytorch-pretrained-BERT/issues/556 2019-05-12 00:13:45 +02:00
run_swag.py Fixing the issues reported in https://github.com/huggingface/pytorch-pretrained-BERT/issues/556 2019-05-12 00:13:45 +02:00
run_transfo_xl.py add serialization semantics to tokenizers - fix transfo-xl tokenizer 2019-04-15 11:47:25 +02:00