Popular repositories
-
-
-
-
-
Forked from fastai/fastai
The fast.ai deep learning library, lessons, and tutorials
2,639 contributions in the last year
Less
More
Activity overview
Contributed to
huggingface/transformers,
huggingface/accelerate,
huggingface/notebooks
and 5 other
repositories
Contribution activity
August 2021
Created 32 commits in 3 repositories
Created a pull request in huggingface/tokenizers that received 6 comments
Expand documentation of UnigramTrainer
Currently the documentation of the UnigramTrainer does not contain all the options you can set, and the auto-complete in an IDE does not show them …
+39
−2
•
6
comments
Opened 15 other pull requests in 2 repositories
huggingface/transformers
1
open
9
merged
1
closed
- Proper import for unittest.mock.patch
- [Doctest] Setup, quicktour and task_summary
- Revert to all tests whil we debug what's wrong
- Fix fallback of test_fetcher
- Fix ModelOutput instantiation form dictionaries
- Model output dict
- Roll out the test fetcher on push tests
- Tpu tie weights
- Disentangle auto modules from other modeling files
- Fix template for inputs docstrings
- Place BigBirdTokenizer in sentencepiece-only objects
huggingface/accelerate
4
merged
Reviewed 34 pull requests in 3 repositories
huggingface/transformers
32 pull requests
- Install git
- [Flax/JAX] Run jitted tests at every commit
- Doctests job
- Fix omitted lazy import for xlm-prophetnet
- Add FNet
- Roll out the test fetcher on push tests
- Use original key for label in DataCollatorForTokenClassification
- Change how "additional_special_tokens" argument in the ".from_pretrained" method of the tokenizer is taken into account
- Add MBART to models exportable with ONNX
- docs: add HuggingArtists to community notebooks
- Add to ONNX docs
- Add try-except for torch_scatter
- [Flax] Refactor gpt2 & bert example docs
- [WIP] Update model configs - Allow setters for common properties
- Disentangle auto modules from other modeling files
- [Flax T5] Speed up t5 training
- T5 with past ONNX export
- Update generate method - Fix floor_divide warning
- [Flax] Correct pt to flax conversion if from base to head
- TF CLM example fix typo
- Add BEiT
- [Flax] Correctly Add MT5
- GPT-Neo ONNX export
- pad_to_multiple_of added to DataCollatorForWholeWordMask
- Fix from_pretrained with corrupted state_dict
- Some pull request reviews not shown.
huggingface/huggingface_hub
1 pull request
huggingface/datasets
1 pull request
Created an issue in microsoft/DeepSpeed that received 4 comments
[Feature Request] Add a use_env flag in the deepspeed launcher
PyTorch provides a --use_env flag in its dsitributed launcher, and if it's activated, does not pass --local_rank to the children processes (it sets…
4
comments