Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
-
-
Forked from fastai/fastai
The fast.ai deep learning library, lessons, and tutorials
Jupyter Notebook 3
-
-
2,634 contributions in the last year
Contribution activity
August 2020
- sgugger/test_nbs Jupyter Notebook
Created a pull request in huggingface/transformers that received 6 comments
Tf model outputs
This PR continues the work on model outputs and treats all TF models (except T5) to use them. Since the new output type is opt-in only (default to r…
+3,267
−2,444
•
6
comments
- Generation doc
- Add a classmethod to easily build a Trainer from nlp dataset and metric
- Adding PaddingDataCollator
- Fix #6428
- Activate check on the CI
- Move prediction_loss_only to TrainingArguments
- Fixes to make life easier with the nlp library
- Data collator with padding
- Fix links for open in colab
- Colab button
- Small docfile fixes
- Add a script to check all models are tested and documented
- [sched] polynomial_decay_schedule use default power=1.0
- Fix flaky ONNX tests
- skip onnx test until morgan comes back
- add BartConfig.force_bos_token_to_be_generated
- allow spaces in bash args with "$@"
- [WIP] T5Tokenizer adds EOS token
- [doc] multiple corrections to "Summary of the tasks"
- [doc] make the text more readable, fix some typos, add some disambiguation
- [testing] a new TestCasePlus subclass + get_auto_remove_tmp_dir()
- [Doc] add more MBart doc
- [TF Longformer] Improve Speed for TF Longformer
- [WIP] add custom datasets tutorial
- [BartTokenizer] add prepare s2s batch
- Sort unique_no_split_tokens to make it deterministic
- Clean directory after script testing
- Test model outputs equivalence
- [EncoderDecoder] Add Cross Attention for GPT2
- Add a classmethod to easily build a Trainer from nlp dataset and metric
- MBartForConditionalGeneration
- [s2s] add BartTranslationDistiller for distilling mBART
- [POC] Centralize logging
- [examples] add pytest dependency
- Fixes to make life easier with the nlp library
- [EncoderDecoder] Add encoder-decoder for roberta/ vanilla longformer
- Ci GitHub caching
- Some pull request reviews not shown.
Created an issue in huggingface/transformers that received 2 comments
Reformer now requires PyTorch 1.6.0
@patrickvonplaten, one of your recent PR (#6244) on Reformer introduces a dep on PyTorch 1.6.0 minimum by using torch.cuda.default_generators. We s…
2
comments