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
-
-
3,297 contributions in the last year
Contribution activity
October 2020
Created a pull request in huggingface/transformers that received 2 comments
Allow soft dependencies in the namespace with ImportErrors at use
What does this PR do? This PR aims at making errors due to soft dependency (like datasets) easier to understand for users. It aims at making everyt…
- Trainer callbacks
- Documentation fixes
- Expand test to locate flakiness
- Remove labels from the RagModel example
- Allow nested tensors in predicted logits
- Check and update model list in index.rst automatically
- Fix post_init of some TrainingArguments
- Cleanup documentation for BART, Marian, MBART and Pegasus
- Fix seq2seq example test
- change return dicitonary for DataCollatorForNextSentencePrediction from masked_lm_labels to labels
- Trainer callbacks
- [makefile] check only .py files
- Fix squeezebert docs
- Documentation framework toggle should stick
- Add early stopping to trainer_tf.py
- SqueezeBERT architecture
- Check and update model list in index.rst automatically
- Fix seq2seq example test
- Add GPT2ForSequenceClassification based on DialogRPT
- Update LayoutLM doc