"vscode:/vscode.git/clone" did not exist on "bcdf701fae4ec128ea0515b4c530195184fab8da"
- 11 May, 2019 1 commit
-
-
https://github.com/huggingface/pytorch-pretrained-BERT/issues/556samuel.broscheit authored
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).
-
- 10 May, 2019 1 commit
-
-
Thomas Wolf authored
Updating learning rate with special warm up in examples
-
- 09 May, 2019 3 commits
-
-
burcturkoglu authored
-
-
burcturkoglu authored
-
- 08 May, 2019 4 commits
-
-
Thomas Wolf authored
Make the epsilon of LayerNorm configurable.
-
Thomas Wolf authored
move pytroch_pretrained_bert cache folder under same path as torch
-
Thomas Wolf authored
Create optimizer only when args.do_train is True
-
Thomas Wolf authored
Fix documentation typo
-
- 05 May, 2019 1 commit
-
-
huntzhan authored
-
- 02 May, 2019 2 commits
- 01 May, 2019 3 commits
-
-
Thomas Wolf authored
Small fix to remove shifting of lm labels during pre process of RocStories.
-
Thomas Wolf authored
Fix #537
-
Ben Mann authored
-
- 30 Apr, 2019 2 commits
-
-
Aneesh Pappu authored
small fix to remove shifting of lm labels during pre process of roc stories, as this shifting happens interanlly in the model
-
Thomas Wolf authored
Update example files so that tr_loss is not affected by args.gradient…
-
- 29 Apr, 2019 1 commit
-
-
Mathieu Prouveur authored
-
- 27 Apr, 2019 1 commit
-
-
Ailing Zhang authored
-
- 25 Apr, 2019 7 commits
-
-
thomwolf authored
-
Thomas Wolf authored
fixed BertForMultipleChoice model init and forward pass
-
Thomas Wolf authored
Docs for new learning rate code
-
Thomas Wolf authored
Fix training schedules in examples to match new API
-
lukovnikov authored
-
lukovnikov authored
-
lukovnikov authored
- added some images for illustration - updated comments in optimization
-
- 24 Apr, 2019 3 commits
-
-
Thomas Wolf authored
Hubconf
-
thomwolf authored
-
Mathieu Prouveur authored
-
- 23 Apr, 2019 4 commits
-
-
thomwolf authored
-
Thomas Wolf authored
Fix --reduce_memory in finetune_on_pregenerated
-
Thomas Wolf authored
Fix indentation weirdness in GPT-2 example.
-
Thomas Wolf authored
Learning rate schedules improvement + extension
-
- 22 Apr, 2019 2 commits
-
-
Matthew Carrigan authored
-
Matt authored
Pulling commits from main repo
-
- 21 Apr, 2019 4 commits
-
-
Sangwhan Moon authored
-
lukovnikov authored
-
lukovnikov authored
- removed unused plotting code - using ABC for LRSchedule - added some schedule object init tests
-
lukovnikov authored
-
- 17 Apr, 2019 1 commit
-
-
Ailing Zhang authored
-