Zhiyong Wang
Zhiyong Wang
Hi @fxmarty and @younesbelkada ! Thank you so much for your previous help and support on my implementation of `MBart` support for `BetterTransformer`. I want to follow up on my...
Thank you so much for all the feedbacks and information! @ArthurZucker @sanchit-gandhi @ylacombe I am excited to know the 4x speed up brought by the `torch.stft`. Inspired by the experiment...
Hi @ylacombe , Thank you so much for taking the time to review this PR. I really appreciate the insightful inputs you have shared. I will definitely follow the suggested...
Hi @ylacombe, I hope you had a wonderful break! Following your feedback, I've updated the `spectrogram_batch` function to enhance its pre and post-processing capabilities. The key modifications include: - Utilizing...
Hi @ylacombe, happy new year! I have updated the code: I modified the `spectrogram_batch` further, eliminating the previous dependency of the `SequenceFeatureExtractor` for batch padding the waveforms. In case you...
Hi @ylacombe, Thank you so much for your input! I will address the problems and directions you've highlighted, focusing specifically on: 1. Testings, 2. Implementations of the batch versions for...
Hi @ylacombe, Good morning! Could you please reopen this PR? I will work actively on this PR: I am aiming to finish the above-mentioned problems/to-dos this week. Thank you so...
Hi @ylacombe, Good day! I wanted to provide a quick update: the testing phase is nearly complete. I am in the process of organizing the function names and preparing the...
Hi @ylacombe, I believe this PR is now ready for your review! To facilitate the review process, I've provided a link to a Colab notebook below. This notebook demonstrates the...
Hi! Thank you so much for opening this issue. 1. I was implementing the RemBERT and had some questions. But then I noticed that @RJZauner had already been working on...