Popular repositories
1,611 contributions in the last year
Less
More
Contribution activity
July 2021
Created 17 commits in 1 repository
Created a pull request in huggingface/transformers that received 6 comments
Add TPU README
What does this PR do? Adds intructions on how to access a TPU. @patil-suraj - can you check whether it works as expected? Can you follow the steps …
+37
−4
•
6
comments
Opened 8 other pull requests in 1 repository
huggingface/transformers
8
merged
- [Flax] Allow retraining from save checkpoint
- [Flax] Adapt examples to be able to use eval_steps and save_steps
- [Wav2Vec2] Flax - Adapt wav2vec2 script
- [Flax] Fix another bug in logging steps
- [Flax] Correct logging steps flax
- [Flax] Correct flax training scripts
- [Flax] Dataset streaming example
- [Wav2Vec2, Hubert] Fix ctc loss test
Reviewed 12 pull requests in 1 repository
huggingface/transformers 12 pull requests
- Add a warning for broken ProphetNet fine-tuning
- [examples/flax] add adafactor optimizer
- [Flax] Adapt examples to be able to use eval_steps and save_steps
- [WIP] flax gradient checkpointing
- [Flax] Add FlaxMBart
- [Flax] Fix hybrid clip
- [Flax] Dataset streaming example
- FlaxGPTNeo
- [Flax] ViT training example
- [examples/flax] clip style image-text training example
- Add TPU README
- [Flax community event] How to use hub during training
Created an issue in huggingface/transformers that received 1 comment
Flax Save/Load from base model with different name
The following doesn't work correctly at the moment - loading a base model into a head from PyTorch model when the names are different. E.g.: from t…
1
comment