transformers
Add new meta w2v2-conformer BERT-like model
#28165
Merged

Add new meta w2v2-conformer BERT-like model #28165

ylacombe merged 77 commits into huggingface:main from ylacombe:add-w2v2-shaw
ylacombe
ylacombe first commit
96bd9b78
ylacombe correct default value non causal
d45e0751
ylacombe update config and modeling code
35193abc
ylacombe update converting checkpoint
730ee47d
ylacombe clean modeling and fix tests
ad752605
ylacombe make style
95c6542f
ylacombe Merge branch 'huggingface:main' into add-w2v2-shaw
7f52d837
ylacombe add new config parameters to docstring
175f4d3b
ylacombe fix copied from statements
40c33570
sanchit-gandhi
sanchit-gandhi commented on 2023-12-20
sanchit-gandhi
sanchit-gandhi commented on 2023-12-20
ylacombe Apply suggestions from code review
29e20ea1
ylacombe make position_embeddings_type docstrings clearer
07b34ff8
ylacombe clean converting script
c1f6ac4c
ylacombe remove function not used
9792399c
ylacombe clean modeling file
d267a7ca
HuggingFaceDocBuilderDev
ylacombe apply suggestion for test file + add convert script to not_doctested
d69d850e
ylacombe
ylacombe ylacombe requested a review from sanchit-gandhi sanchit-gandhi 2 years ago
ylacombe ylacombe requested a review from amyeroberts amyeroberts 2 years ago
sanchit-gandhi
sanchit-gandhi approved these changes on 2023-12-21
amyeroberts
amyeroberts commented on 2023-12-22
ylacombe modify tests according to review - cleaner logic and more tests
ca23f4ef
ylacombe Apply nit suggestions from code review
c7550cd5
ylacombe add checker of valid position embeddings type
1b132c65
ylacombe instantiate new layer norm layer with the right eps
e179499b
ylacombe fix freeze_feature_encoder since it can be None in some cases
4848a26c
ylacombe add test same output in convert script
0a8e2a9e
ylacombe
ylacombe ylacombe requested a review from amyeroberts amyeroberts 2 years ago
ylacombe
ArthurZucker
ArthurZucker commented on 2024-01-03
amyeroberts
ylacombe restore wav2vec2conformer and add new model
5d77490d
ylacombe create processor and FE + clean
b5b0bd2b
ylacombe add new model code
aecc8fe8
ylacombe fix convert script and set default config parameters
1d781003
ylacombe correct model id paths
f98e5ab0
ylacombe make style
b8a386aa
ylacombe make fix-copies and cleaning files
580fa3e7
ylacombe fix copied from statements
a847b08c
ylacombe complete .md and fixe copies
0ededce7
ylacombe clean convert script argument defaults
c0e92e2d
ylacombe fix config parameters docstrings
43dd3794
ylacombe fix config docstring
61162a76
ylacombe Merge branch 'huggingface:main' into add-w2v2-shaw
ae706201
ylacombe add copied from and enrich FE tests
ad0b1a97
ylacombe fix copied from and repo-consistency
1d37cbbe
ylacombe add autotokenizer
73bf2865
ylacombe make test input length shorter and change docstring code
ca5ec51a
ylacombe fix docstrings and copied from
dbc53ab8
ylacombe add add_adapter to ASR training example
b18ad626
ylacombe
ylacombe make testing of adapters more robust
7d856792
ylacombe adapt to multi adapter layers
2ea024d0
sanchit-gandhi
sanchit-gandhi commented on 2024-01-10
ylacombe
sanchit-gandhi
ylacombe
sanchit-gandhi
ylacombe refactor input_values->input_features and remove w2v2-bert feature ex…
bcdd067c
ylacombe remove pretraining model
a17d2fa7
ylacombe remove depreciated features and useless lines
2e6063db
ylacombe add copied from and ignore statements to modeling tests
78ef614e
ylacombe remove pretraining model #2
8a838314
ylacombe change import in convert script
22c552f7
ylacombe change default in convert script
91156155
ylacombe update readme and remove useless line
2b570968
ylacombe
ylacombe commented on 2024-01-10
ArthurZucker ArthurZucker requested a review from ArthurZucker ArthurZucker 2 years ago
amyeroberts
amyeroberts commented on 2024-01-12
ylacombe Update tests/models/wav2vec2_bert/test_processor_wav2vec2_bert.py
7db6c400
ylacombe refactor BERT to Bert for consistency
87876a51
ylacombe remove useless ignore copy statement
aaf64c16
ylacombe add persistent to buffer in rotary
39b4ef13
ylacombe add eps in LayerNorm init and remove copied from
7540037f
ylacombe add adapter activation parameters and add copied from statements
14f5fad5
ylacombe Fix copied statements and add unitest.skip reasons
85e88655
ylacombe add copied statement in test_processor
2efa94bf
ylacombe refactor processor
42ee5ae3
ylacombe make style
f347b14f
ylacombe replace numpy random by torch rand
632272ae
ylacombe remove expected output CTC
0876dc94
ylacombe
ylacombe ylacombe requested a review from amyeroberts amyeroberts 2 years ago
ylacombe Merge branch 'huggingface:main' into add-w2v2-shaw
8aa7bdfa
ylacombe improve converting script with processor class
2f4cff38
amyeroberts
amyeroberts commented on 2024-01-15
ylacombe Apply suggestions from code review
18567101
ylacombe remove gumbel class
a0e5ca2e
ylacombe remove tests related to previously deleted class
b5e7d70b
ylacombe Update src/transformers/models/wav2vec2_bert/configuration_wav2vec2_b…
fc6dfc2e
ylacombe correct typos
ef1ad917
ylacombe remove uused parameters
f3d00e62
ylacombe update processor to takes both text and audio
849f3f50
ylacombe update checkpoints
72667100
ylacombe update expected output and add ctc expected output
07de02ec
ylacombe add label_attention_mask
37dd941d
ylacombe replace pt with np in processor tests
8b37745b
amyeroberts
amyeroberts commented on 2024-01-17
ylacombe fix typo
71609062
ylacombe revert to behaviour with labels_attention_mask
c6ec6b17
amyeroberts
amyeroberts approved these changes on 2024-01-18
ylacombe ylacombe merged d2cdefb9 into main 2 years ago

Login to write a write a comment.

Login via GitHub

Assignees
No one assigned
Labels
Milestone