Suraj Patil
d26b37e744
Speech2TextTransformer (#10175)
* s2t
* fix config
* conversion script
* fix import
* add tokenizer
* fix tok init
* fix tokenizer
* first version working
* fix embeds
* fix lm head
* remove extra heads
* fix convert script
* handle encoder attn mask
* style
* better enc attn mask
* override _prepare_attention_mask_for_generation
* handle attn_maks in encoder and decoder
* input_ids => input_features
* enable use_cache
* remove old code
* expand embeddings if needed
* remove logits bias
* masked_lm_loss => loss
* hack tokenizer to support feature processing
* fix model_input_names
* style
* fix error message
* doc
* remove inputs_embeds
* remove input_embeds
* remove unnecessary docstring
* quality
* SpeechToText => Speech2Text
* style
* remove shared_embeds
* subsample => conv
* remove Speech2TextTransformerDecoderWrapper
* update output_lengths formula
* fix table
* remove max_position_embeddings
* update conversion scripts
* add possibility to do upper case for now
* add FeatureExtractor and Processor
* add tests for extractor
* require_torch_audio => require_torchaudio
* add processor test
* update import
* remove classification head
* attention mask is now 1D
* update docstrings
* attention mask should be of type long
* handle attention mask from generate
* alwyas return attention_mask
* fix test
* style
* doc
* Speech2TextTransformer => Speech2Text
* Speech2TextTransformerConfig => Speech2TextConfig
* remove dummy_inputs
* nit
* style
* multilinguial tok
* fix tokenizer
* add tgt_lang setter
* save lang_codes
* fix tokenizer
* add forced_bos_token_id to tokenizer
* apply review suggestions
* add torchaudio to extra deps
* add speech deps to CI
* fix dep
* add libsndfile to ci
* libsndfile1
* add speech to extras all
* libsndfile1 -> libsndfile1
* libsndfile
* libsndfile1-dev
* apt update
* add sudo to install
* update deps table
* install libsndfile1-dev on CI
* tuple to list
* init conv layer
* add model tests
* quality
* add integration tests
* skip_special_tokens
* add speech_to_text_transformer in toctree
* fix tokenizer
* fix fp16 tests
* add tokenizer tests
* fix copyright
* input_values => input_features
* doc
* add model in readme
* doc
* change checkpoint names
* fix copyright
* fix code example
* add max_model_input_sizes in tokenizer
* fix integration tests
* add do_lower_case to tokenizer
* remove clamp trick
* fix "Add modeling imports here"
* fix copyrights
* fix tests
* SpeechToTextTransformer => SpeechToText
* fix naming
* fix table formatting
* fix typo
* style
* fix typos
* remove speech dep from extras[testing]
* fix copies
* rename doc file,
* put imports under is_torch_available
* run feat extract tests when torch is available
* dummy objects for processor and extractor
* fix imports in tests
* fix import in modeling test
* fxi imports
* fix torch import
* fix imports again
* fix positional embeddings
* fix typo in import
* adapt new extractor refactor
* style
* fix torchscript test
* doc
* doc
* Apply suggestions from code review
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
* fix docs, copied from, style
* fix docstring
* handle imports
* remove speech from all extra deps
* remove s2t from seq2seq lm mapping
* better names
* skip training tests
* add install instructions
* List => Tuple
* doc
* fix conversion script
* fix urls
* add instruction for libsndfile
* fix fp16 test
Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
2021-03-10 21:42:04 +05:30
..
2021-02-13 08:24:53 -05:00
2020-01-06 15:11:12 +01:00
2020-12-07 18:36:34 -05:00
2020-12-07 18:36:34 -05:00
2020-12-07 18:36:34 -05:00
2020-12-07 18:36:34 -05:00
2020-12-07 18:36:34 -05:00
2020-12-07 18:36:34 -05:00
2020-11-16 21:43:42 -05:00
2020-10-22 15:39:01 +02:00
2020-12-07 18:36:34 -05:00
2020-11-02 08:47:37 -05:00
2021-03-09 12:16:59 +03:00
2021-03-10 21:42:04 +05:30
2021-03-09 12:16:59 +03:00
2020-12-07 18:36:34 -05:00
2021-02-26 12:35:36 +03:00
2021-01-06 17:11:42 +01:00
2021-02-10 22:39:09 +05:30
2021-03-10 21:42:04 +05:30
2021-02-12 21:46:17 +01:00
2021-01-27 10:12:15 -05:00
2020-12-07 18:36:34 -05:00
2020-01-06 15:11:12 +01:00
2020-09-11 12:01:33 -04:00
2021-02-03 11:41:10 -05:00
2021-01-12 10:03:50 -05:00
2021-02-08 13:25:09 +03:00
2021-02-08 08:22:19 -05:00
2020-12-23 23:01:32 +05:30
2021-02-04 11:56:12 +03:00
2021-02-04 11:41:34 -05:00
2021-01-27 21:25:11 +03:00
2020-12-07 18:36:34 -05:00
2021-03-01 12:13:17 +03:00
2021-01-27 03:20:09 -05:00
2020-12-01 09:49:27 +01:00
2021-02-19 18:34:44 -05:00
2021-02-10 10:50:00 -05:00
2021-02-04 04:24:59 -05:00
2021-02-08 04:43:25 -05:00
2021-02-08 15:42:25 -05:00
2021-02-04 11:56:12 +03:00
2021-02-08 04:36:50 -05:00
2020-12-16 13:03:32 +01:00
2020-12-16 13:03:32 +01:00
2020-12-16 13:03:32 +01:00
2021-03-05 12:10:19 -05:00
2020-11-16 11:43:00 -05:00
2021-01-19 16:00:15 +01:00
2021-02-25 10:06:42 -05:00
2021-01-13 09:55:48 -05:00
2021-02-02 11:06:52 -08:00
2021-02-02 11:06:52 -08:00
2021-01-28 10:09:13 -05:00
2021-03-09 17:35:07 +03:00
2021-02-22 12:36:16 -05:00
2021-02-22 12:36:16 -05:00
2020-12-08 12:04:34 -05:00
2020-12-09 10:32:43 -05:00
2020-12-07 18:36:34 -05:00
2020-12-07 18:36:34 -05:00
2021-02-04 11:56:12 +03:00
2021-03-04 23:27:12 +03:00
2020-12-24 13:38:00 +01:00
2021-01-06 17:11:42 +01:00
2020-12-23 23:01:32 +05:30
2021-03-10 21:42:04 +05:30
2020-11-16 11:43:00 -05:00
2021-03-05 12:10:19 -05:00
2021-01-11 08:02:41 -05:00
2021-02-15 17:18:33 +01:00
2020-12-08 09:14:09 -05:00
2021-02-17 17:48:56 +01:00
2021-02-15 07:55:10 -05:00
2021-02-17 17:48:56 +01:00
2021-02-17 17:48:56 +01:00
2021-01-27 21:25:11 +03:00
2020-12-07 18:36:34 -05:00
2021-03-08 21:44:07 -05:00
2021-02-24 14:55:34 +03:00
2021-02-17 18:54:15 +01:00
2021-02-15 07:55:10 -05:00
2021-02-15 07:55:10 -05:00
2021-02-15 07:55:10 -05:00
2021-02-17 18:02:48 +01:00
2021-02-18 06:29:43 -05:00
2021-02-18 09:36:01 +01:00
2021-02-22 15:41:56 +01:00
2021-02-22 15:41:56 +01:00
2021-02-19 06:54:14 -05:00
2021-02-22 12:36:16 -05:00
2021-02-22 12:36:16 -05:00
2021-02-19 06:55:25 -05:00
2021-02-19 06:56:41 -05:00
2020-12-07 18:36:34 -05:00
2021-02-19 09:33:25 -05:00
2021-02-22 12:36:16 -05:00
2020-12-08 09:14:09 -05:00
2021-03-09 00:49:51 +03:00
2021-02-15 07:55:10 -05:00
2021-02-19 06:57:16 -05:00
2021-02-19 06:58:07 -05:00
2020-12-07 18:36:34 -05:00
2021-02-17 18:02:48 +01:00
2021-02-15 07:55:10 -05:00
2021-01-06 17:11:42 +01:00
2021-03-01 12:13:17 +03:00
2020-10-30 10:25:48 -04:00
2020-12-07 18:36:34 -05:00
2021-01-06 17:11:42 +01:00
2021-01-06 17:11:42 +01:00
2021-03-08 08:52:20 -08:00
2020-12-07 18:36:34 -05:00
2021-01-05 03:58:26 -05:00
2020-12-07 18:36:34 -05:00
2021-02-25 17:42:46 +03:00
2021-03-05 09:24:14 -05:00
2020-12-07 18:36:34 -05:00
2021-01-26 10:06:28 +01:00
2021-02-15 06:22:45 -05:00
2020-12-07 18:36:34 -05:00
2020-12-07 18:36:34 -05:00
2021-03-05 12:10:19 -05:00
2021-01-27 04:10:53 -05:00
2020-12-07 18:36:34 -05:00
2021-01-29 10:27:32 +01:00
2020-12-07 18:36:34 -05:00
2020-12-07 18:36:34 -05:00
2021-03-10 21:42:04 +05:30
2021-02-25 17:42:46 +03:00
2020-12-07 18:36:34 -05:00
2021-03-10 21:42:04 +05:30
2020-10-20 04:39:13 -04:00
2021-02-02 04:39:33 -05:00
2020-12-07 18:36:34 -05:00
2021-02-22 12:36:16 -05:00
2021-03-08 21:44:07 -05:00
2020-12-07 18:36:34 -05:00
2020-12-07 18:36:34 -05:00
2020-12-07 18:36:34 -05:00
2020-11-16 21:43:42 -05:00
2021-01-05 22:00:05 +01:00
2021-02-13 08:24:53 -05:00
2021-02-25 11:42:25 -05:00
2021-01-12 18:19:38 -05:00
2021-02-19 18:34:44 -05:00
2020-12-07 18:36:34 -05:00
2020-12-07 18:36:34 -05:00
2020-10-18 20:51:24 +02:00
2020-12-07 18:36:34 -05:00
2020-11-16 21:43:42 -05:00
2021-02-02 10:35:27 +03:00
2020-11-16 21:43:42 -05:00
2020-12-07 18:36:34 -05:00
2020-12-07 18:36:34 -05:00
2021-03-06 22:14:16 +05:30
2021-02-22 12:36:16 -05:00
2021-02-25 11:42:25 -05:00
2021-02-25 11:42:25 -05:00
2020-12-21 15:41:34 +01:00
2021-02-02 10:35:27 +03:00
2021-02-22 12:36:16 -05:00
2020-11-16 21:43:42 -05:00
2021-02-22 12:36:16 -05:00
2020-12-07 18:36:34 -05:00
2021-02-02 10:35:27 +03:00
2020-12-07 18:36:34 -05:00
2021-01-05 22:00:05 +01:00
2021-03-10 21:42:04 +05:30
2020-10-18 20:51:24 +02:00
2021-02-22 12:36:16 -05:00
2021-01-13 09:55:48 -05:00
2021-01-12 18:19:38 -05:00
2020-12-07 18:36:34 -05:00
2021-02-25 17:42:46 +03:00
2020-11-16 21:43:42 -05:00
2020-12-07 18:36:34 -05:00
2020-12-07 18:36:34 -05:00
2020-12-07 18:36:34 -05:00
2021-03-09 16:25:32 -05:00
2020-12-07 18:36:34 -05:00
2021-02-08 16:04:28 +03:00
2020-12-07 18:36:34 -05:00
2021-03-08 16:40:11 -05:00
2021-03-08 16:40:11 -05:00
2020-12-07 18:36:34 -05:00
2020-12-07 18:36:34 -05:00