Sreyan Ghosh

Results 16 issues of Sreyan Ghosh

Hi, Thank You for the great repository! I would like to know if I can find the raw audio and transcripts for the Youtube Dataset. I am unable to find...

This code example shows how to fine-tune Wav2Vec 2.0 on the Keyword Spotting task using Hugging Face Transformers. Additionally, it also shows best practices for Hugging Face Datasets.

This code example shows how to pre-train BERT using Hugging Face transformers on NSP + MLM task. Additionally, it also shows best practices for Hugging Face Datasets.

This code example shows how to fine-tune T5 on the abstraction summarization task using Hugging Face Transformers. Additionally, it also shows best practices for Hugging Face Datasets.

Pending Keras team review

This code example shows how to fine-tune RoBERTa for sentiment span extraction using Hugging Face Transformers. Additionally, it also shows best practices for Hugging Face Datasets. This is part of...

Pending Keras team review

This code example shows how to fine-tune Wav2Vec 2.0 using CTC for ASR using Hugging Face Transformers. Additionally, it also shows best practices for Hugging Face Datasets. This is part...

Pending Keras team review

Hi there, great paper! I had a question regarding this line in the paper: `Locations of such intermediate layers are dynamically drawn from a given discrete probability distribution at each...

Hi there! Great repo! I am trying to pre-train wav2vec2 using this and I get the error: `RuntimeError: Only Tensors created explicitly by the user (graph leaves) support the deepcopy...

Hi there! Excellent paper in Unispeech-SAT. I have one question regarding pre-training as I see the pre-training code isn't available (I would be happy to know if it is available...

Hi there! Great repo. I was trying to train the conll 2003 on the default conll_03_english.yaml and got this error. ``` Traceback (most recent call last): File "train.py", line 397,...