Highlights
- Pro
Block or Report
Block or report patrickvonplaten
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories Loading
-
Wav2Vec2_PyCTCDecode Public
Small repo describing how to use Hugging Face's Wav2Vec2 with PyCTCDecode
-
-
-
-
1,661 contributions in the last year
Less
More
Contribution activity
November 2021
Created 3 repositories
- patrickvonplaten/pyctcdecode Python
- patrickvonplaten/Wav2Vec2_ParlanceCTCDecode Python
-
patrickvonplaten/Wav2Vec2_PyCTCDecode
Python
•
Built by
Created a pull request in huggingface/transformers that received 9 comments
[PyCTCDecode Integration] Design proposal for PyCTCDecode integration
Draft to integrate pyctcdecode into
+192
−0
•
9
comments
Opened 12 other pull requests in 5 repositories
huggingface/transformers
5
merged
3
open
- [Wav2Vec2 Example] Improve fine-tuning script
- [WIP][Wavlm]
- [WIP][Wav2Vec2 meets phonemes]
- [WIP][TF] Fix t5 embeddings
- [Bert2Bert] allow bert2bert + relative embeddings
- [Marian Conversion] Fix eos_token_id conversion in conversion script
- [Hubert Docs] Make sure example uses a fine-tuned model
- [Wav2Vec2] Adapt conversion script
huggingface/blog
1
open
kensho-technologies/pyctcdecode
1
open
pytorch/fairseq
1
open
huggingface/datasets
1
merged
Reviewed 19 pull requests in 4 repositories
huggingface/transformers
15 pull requests
- fix loading flax bf16 weights in pt
- [flax generate] allow passing params to encode
- Fix Flax params dtype
- [Bert2Bert] allow bert2bert + relative embeddings
- [WIP][TF] Fix t5 embeddings
- [TFWav2Vec2Model] Fix input shapes in TFWav2Vec2WeightNormConv1D
- [Marian Conversion] Fix eos_token_id conversion in conversion script
- [Tests] Update audio classification tests to support torch 1.10
- Fixing tests on master.
- Add FlaxVisionEncoderDecoderModel
- Fixing slow pipeline tests
- [Flax] Add FlaxBlenderbot
- [GPT2] Add lm_attention_mask as a optional argument
- [T5/MT5] resolve inf/nan under amp (mixed precision)
-
Added an error when
temperatureis defined butdo_sampleis False.