"vscode:/vscode.git/clone" did not exist on "cb3e5c33f7c2131f723ab79b88f98f8e1df6d927"
- 06 Dec, 2019 6 commits
-
-
Aymeric Augustin authored
* Switch to plain unittest for skipping slow tests. Add a RUN_SLOW environment variable for running them. * Switch to plain unittest for PyTorch dependency. * Switch to plain unittest for TensorFlow dependency. * Avoid leaking open files in the test suite. This prevents spurious warnings when running tests. * Fix unicode warning on Python 2 when running tests. The warning was: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal * Support running PyTorch tests on a GPU. Reverts 27e015bd. * Tests no longer require pytest. * Make tests pass on cuda -
Julien Chaumond authored
* [cli] Uploads: add progress bar see https://github.com/huggingface/transformers/pull/2044#discussion_r354057827 for context * rename + documentation * Add auto-referential comment
-
Thomas Wolf authored
corrected documentation for past tensor shape for ctrl and gpt2 model
-
Thomas Wolf authored
Add NER TF2 example.
-
Thomas Wolf authored
Nicer error message when Bert's input is missing batch size
-
patrickvonplaten authored
-
- 05 Dec, 2019 19 commits
-
-
VictorSanh authored
-
VictorSanh authored
-
Rosanne Liu authored
* license * changes * ok * Update paper link and commands to run * pointer to uber repo
-
Thomas Wolf authored
Remove dead code in tests.
-
thomwolf authored
-
thomwolf authored
-
Thomas Wolf authored
Fixing camembert tokenization
-
thomwolf authored
-
thomwolf authored
-
Julien Plu authored
-
Thomas Wolf authored
typo fix on the docs as per Pytorch v1.1+
-
Thomas Wolf authored
fixed XLNet attention output for both attention streams whenever target_mapping is provided
-
thomwolf authored
-
Thomas Wolf authored
Do not use GPU when importing transformers
-
thomwolf authored
-
thomwolf authored
-
Thomas Wolf authored
XLNet for Token classification
-
Thomas Wolf authored
CLI for authenticated file sharing
-
VictorSanh authored
-
- 04 Dec, 2019 9 commits
-
-
Julien Chaumond authored
-
Julien Chaumond authored
-
Julien Plu authored
-
thomwolf authored
-
Thomas Wolf authored
fix summary_type value of SequenceSummary
-
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.
-
Aymeric Augustin authored
-
Julien Chaumond authored
-
- 03 Dec, 2019 6 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
-