Block or Report
Block or report sgugger
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
3,365 contributions in the last year
Activity overview
Contributed to
huggingface/transformers,
huggingface/accelerate,
huggingface/doc-builder
and 20 other
repositories
Contribution activity
August 2022
Created 42 commits in 4 repositories
Created a pull request in huggingface/huggingface_hub that received 12 comments
[PoC] Cache non-existence of files or completeness of repo
In Transformers, we very often try to download files that do not exist: this is because each tokenizer has a list of optional files so we try to do…
+105
−2
•
12
comments
Opened 18 other pull requests in 4 repositories
huggingface/transformers
13
merged
- Fix docstrings with last version of hf-doc-builder styler
- Properly move cache when it is not in default path
- Preserve hub-related kwargs in AutoModel.from_pretrained
- Use commit hash to look in cache instead of calling head
- New cache fixes: add safeguard before looking in folders
- Clean up hub
- Move cache folder to huggingface/hub for consistency with hf_hub
- Fix pipeline tests
- Remove py.typed
- Fix load of model checkpoints in the Trainer
- Use new huggingface_hub tools for download models
- Fix ROUGE add example check and update README
- Add evaluate to test dependencies
huggingface/doc-builder
2
merged
huggingface/huggingface_hub
2
merged
huggingface/accelerate
1
merged
Reviewed 130 pull requests in 6 repositories
huggingface/transformers
25 pull requests
-
Generate: validate
model_kwargs(and catch typos in generate arguments) - fix owlvit tests, update docstring examples
- Fix failure on DeBERTa(base/v2/sew_d) fp16 training with ONNX Runtime
- Add checks for some workflow jobs
- Add Donut
- Bump nbconvert from 6.0.1 to 6.3.0 in /examples/research_projects/visual_bert
- Bump nbconvert from 6.0.1 to 6.3.0 in /examples/research_projects/lxmert
- Load sharded pt to flax
- [FX] _generate_dummy_input supports audio-classification models for labels
- Deberta V2: Fix critical trace warnings to allow ONNX export
- Return the permuted hidden states if return_dict=True
- german docs translation
- Change BartLearnedPositionalEmbedding's forward method signature to support Opacus training
- Update BLOOM parameter counts
-
Supporting seq2seq models for
bitsandbytesintegration - update doc for perf_train_cpu_many, add intel mpi introduction
- Fix LayoutLMv3 documentation
- The backticks in the example of transformers.BigBirdPegasusConfig documentation were not in the right spot…
- Adds CLIP to models exportable with ONNX
-
pipelinesupport fordevice="mps"(or any other string) - raise atol for MT5OnnxConfig
- Use commit hash to look in cache instead of calling head
- TF Examples Rewrite
- Run torch_fx tests in a spawn process to avoid memory issue
- Update philosophy to include other preprocessing classes
- Some pull request reviews not shown.
huggingface/accelerate
25 pull requests
- Fix multi-node issues and simplify param logic
- launcher related changes + minor fixes
- M1 mps fixes
-
Fully remove
subprocessfrom the multi-gpu launcher - Integrate Rich into Accelerate
- Fix grad accum example in docs
- Added GANs example to examples
- Make running tests more efficient
- Fix DeepSpeed CI
- Fix typo in docs/index.mdx
-
Make
send_to_device()run asynchronously - Correct dtype casting
- fixing deepspeed slow tests issue
- Fix some typos + wordings
- reorg of test scripts and minor changes to tests
-
M1 GPU
mpsdevice integration - Pass in config_kwargs to init
- Improve warning
- Reenable Gather for Metrics
- Pin deepspeed
- Shorthand way to grab a tracker
- Improve docstring for on_local_process
- TESTS! - Oops
- Fix DispatchDataloader
- Complete revamp of the docs
huggingface/huggingface_hub
4 pull requests
huggingface/notebooks
3 pull requests
amyeroberts/transformers
3 pull requests
huggingface/doc-builder
1 pull request
Created an issue in huggingface/huggingface_hub that received 8 comments
Use a finer exception when local_files_only=True and a file is missing in cache
In Transformers we sometime try to access files that are not in a repo, catch the error (EntryNotFoundError for distant repos) and try a different …
8
comments





