- 05 Dec, 2019 1 commit
-
-
Julien Plu authored
-
- 04 Dec, 2019 3 commits
-
-
Julien Plu authored
-
Julien Plu authored
-
Julien Plu authored
Create a NER example similar to the Pytorch one. It takes the same options, and can be run the same way.
-
- 03 Dec, 2019 36 commits
-
-
Julien Chaumond authored
-
LysandreJik authored
-
VictorSanh authored
-
Julien Chaumond authored
Co-Authored-By:Piero Molino <w4nderlust@gmail.com>
-
Ethan Perez authored
When evaluating, shouldn't we always use the SequentialSampler instead of DistributedSampler? Evaluation only runs on 1 GPU no matter what, so if you use the DistributedSampler with N GPUs, I think you'll only evaluate on 1/N of the evaluation set. That's at least what I'm finding when I run an older/modified version of this repo.
-
Julien Chaumond authored
-
Julien Chaumond authored
Co-Authored-By:Rosanne Liu <mimosavvy@gmail.com>
-
Julien Chaumond authored
-
Piero Molino authored
-
w4nderlust authored
-
w4nderlust authored
-
w4nderlust authored
Imrpovements: model_path renamed pretrained_model, tokenizer loaded from pretrained_model, pretrained_model set to discriminator's when discrim is specified, sample = False by default but cli parameter introduced. To obtain identical samples call the cli with --sample
-
w4nderlust authored
-
piero authored
-
piero authored
-
piero authored
-
piero authored
-
piero authored
-
piero authored
-
piero authored
-
piero authored
-
piero authored
-
piero authored
-
piero authored
-
piero authored
-
piero authored
-
piero authored
First cleanup step, changing function names and passing parameters all the way through without using args. Identical output as before.
-
piero authored
-
w4nderlust authored
-
piero authored
-
Piero Molino authored
-
Julien Chaumond authored
-
Julien Chaumond authored
-
Rosanne Liu authored
(cherry picked from commit 566468cc984c6ec7e10dfc62b5b4191781a99cd2)
-
Julien Chaumond authored
Co-authored-by:
piero <piero@uber.com> Co-authored-by:
Rosanne Liu <mimosavvy@gmail.com>
-
Thomas Wolf authored
Valohai integration
-