Yih-Dar
2e20c0f34a
Make Flax GPT2 working with cross attention ( #13008 )
...
* make flax gpt2 working with cross attention
* Remove encoder->decoder projection layer
* A draft (incomplete) for FlaxEncoderDecoderModel
* Add the method from_encoder_decoder_pretrained + the docstrings
* Fix the mistakes of using EncoderDecoderModel
* Fix style
* Add FlaxEncoderDecoderModel to the library
* Fix cyclic imports
* Add FlaxEncoderDecoderModel to modeling_flax_auto.py
* Remove question comments
* add tests for FlaxEncoderDecoderModel
* add flax_encoder_decoder to the lists of ignored entries in check_repo.py
* fix missing required positional arguments
* Remove **kwargs when creating FlaxEncoderDecoderModel in from_encoder_decoder_pretrained()
Also fix generation eos/pad tokens issue
* Fix: Use sequences from the generated_output
* Change a check from assert to raise ValueError
* Fix examples and token ids issues
* Fix missing all_cross_attentions when outputting tuple in modeling_gpt2
* Remove the changes in configuration docstrings.
* allow for bert 2 gpt2
* make fix-copies
* Apply suggestions from code review
Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com >
* Change remaining examples to bert2gpt2
* Change the test to Bert2GPT2
* Fix examples
* Fix import
* Fix unpack bug
* Rename to FlaxEncoderDecoderModelTest and change the test to bert2gpt2
* Apply suggestions from code review
Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com >
* Fix: NotImplentedError -> NotImplementedError
* Apply suggestions from code review
Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com >
* up
* finalize
Co-authored-by: ydshieh <ydshieh@user.noreply >
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com >
Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com >
2021-08-23 17:57:29 +02:00
..
2021-07-23 08:05:48 -07:00
2021-07-20 09:05:26 -07:00
2021-06-09 11:51:13 -04:00
2021-08-23 10:18:07 +02:00
2020-01-06 15:11:12 +01:00
2021-07-14 10:56:55 -04:00
2020-12-07 18:36:34 -05:00
2021-06-08 13:58:38 +01:00
2021-08-04 11:48:39 +02:00
2021-08-04 11:48:39 +02:00
2020-12-07 18:36:34 -05:00
2020-11-16 21:43:42 -05:00
2021-06-23 10:11:19 -04:00
2021-04-08 16:12:49 -04:00
2020-11-02 08:47:37 -05:00
2021-08-18 16:18:13 +02:00
2021-08-04 18:29:23 +02:00
2021-05-12 13:48:15 +05:30
2021-06-09 11:51:13 -04:00
2021-06-09 11:51:13 -04:00
2021-06-29 03:07:46 -04:00
2021-07-23 17:53:30 +02:00
2021-06-09 11:51:13 -04:00
2021-07-23 17:53:30 +02:00
2021-03-16 15:37:52 -04:00
2021-02-26 12:35:36 +03:00
2021-04-27 00:28:40 +02:00
2021-06-16 09:43:54 +01:00
2021-07-13 18:53:30 +01:00
2021-06-14 12:18:22 -07:00
2021-05-27 14:22:58 +02:00
2021-06-11 04:04:07 -04:00
2021-06-30 07:57:05 -04:00
2021-04-05 15:28:51 -04:00
2021-04-07 09:20:06 -04:00
2020-01-06 15:11:12 +01:00
2021-08-10 12:20:04 +02:00
2021-07-21 04:13:11 -04:00
2021-07-15 09:06:12 -04:00
2021-07-21 04:13:11 -04:00
2021-08-04 18:29:23 +02:00
2021-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2021-01-27 21:25:11 +03:00
2020-12-07 18:36:34 -05:00
2021-08-04 03:29:34 -04:00
2021-07-21 04:13:11 -04:00
2021-07-15 09:06:12 -04:00
2021-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2021-08-23 17:57:29 +02:00
2021-07-21 04:13:11 -04:00
2021-06-23 13:13:32 +01:00
2021-04-08 18:41:36 -04:00
2021-08-12 14:49:46 +02:00
2021-08-12 14:49:46 +02:00
2021-08-12 14:49:46 +02:00
2021-05-04 20:56:09 +02:00
2021-08-23 17:57:29 +02:00
2021-08-23 17:57:29 +02:00
2021-07-06 18:55:18 +05:30
2021-07-13 18:53:30 +01:00
2021-07-07 12:20:38 +05:30
2021-08-04 16:03:13 +02:00
2021-05-04 19:57:59 +02:00
2021-08-05 18:38:50 +02:00
2021-08-12 14:49:46 +02:00
2021-08-12 14:49:46 +02:00
2021-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2021-08-12 14:59:02 +02:00
2021-07-22 15:19:35 +02:00
2021-07-21 04:13:11 -04:00
2021-07-15 09:14:12 -04:00
2021-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2020-12-07 18:36:34 -05:00
2020-12-07 18:36:34 -05:00
2021-07-29 19:35:55 +02:00
2021-08-04 18:24:54 +02:00
2021-06-02 09:17:14 +01:00
2021-08-13 12:04:18 +02:00
2021-07-24 11:31:42 -04:00
2021-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2021-08-17 08:29:01 -04:00
2021-07-21 04:13:11 -04:00
2021-07-29 19:35:55 +02:00
2021-07-21 04:13:11 -04:00
2021-04-08 18:41:36 -04:00
2021-04-08 18:41:36 -04:00
2021-04-26 14:16:21 +02:00
2021-04-08 18:41:36 -04:00
2021-04-26 14:16:21 +02:00
2021-04-26 14:16:21 +02:00
2021-01-27 21:25:11 +03:00
2020-12-07 18:36:34 -05:00
2021-07-13 10:15:15 -04:00
2021-02-24 14:55:34 +03:00
2021-02-17 18:54:15 +01:00
2021-08-12 05:01:26 -04: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-05-05 12:38:01 +02:00
2021-02-18 09:36:01 +01:00
2021-07-09 18:55:25 +01:00
2021-03-25 12:32:38 -04:00
2021-05-26 14:02:44 +01:00
2021-02-22 15:41:56 +01:00
2021-07-06 11:44:47 -04:00
2021-07-12 09:11:32 -04:00
2021-04-26 14:16:21 +02:00
2021-02-19 06:55:25 -05:00
2021-02-19 06:56:41 -05:00
2021-03-12 09:09:46 +03:00
2021-02-19 09:33:25 -05:00
2021-07-29 19:35:55 +02:00
2020-12-08 09:14:09 -05:00
2021-03-15 10:07:12 +03:00
2021-07-24 11:31:42 -04:00
2021-02-15 07:55:10 -05:00
2021-05-20 08:00:34 -04:00
2021-06-01 19:07:37 +01:00
2021-07-12 11:51:35 -04:00
2021-06-29 08:57:46 +01: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-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2021-07-23 17:53:30 +02:00
2020-10-30 10:25:48 -04:00
2020-12-07 18:36:34 -05:00
2021-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2021-03-08 08:52:20 -08:00
2021-08-09 08:56:04 -04:00
2021-05-18 09:47:28 -04:00
2021-01-05 03:58:26 -05:00
2021-06-14 12:18:22 -07:00
2021-07-07 16:06:48 +02:00
2021-08-13 12:04:18 +02:00
2021-06-14 12:18:22 -07:00
2021-07-29 19:35:55 +02:00
2021-08-13 12:04:18 +02:00
2021-06-17 09:41:16 +02:00
2021-07-12 11:42:59 -04:00
2021-06-14 12:18:22 -07:00
2021-05-18 09:47:28 -04:00
2020-12-07 18:36:34 -05:00
2021-07-29 19:35:55 +02:00
2021-05-18 09:47:28 -04:00
2021-07-26 16:21:26 +02:00
2021-08-06 13:12:30 +02:00
2021-08-04 11:48:39 +02:00
2021-05-12 13:48:15 +05:30
2021-04-06 19:20:08 -04:00
2021-08-23 14:35:18 +02:00
2021-06-01 07:32:26 +01:00
2021-07-23 17:53:30 +02:00
2020-10-20 04:39:13 -04:00
2021-06-01 09:24:39 -04:00
2021-06-17 12:39:22 -04:00
2021-03-31 10:00:27 -04:00
2021-06-01 09:24:39 -04:00
2021-06-14 11:58:44 +02:00
2021-07-17 15:52:21 +02:00
2021-03-31 10:00:27 -04:00
2021-06-14 11:58:44 +02:00
2021-07-13 02:53:06 -04:00
2021-01-05 22:00:05 +01:00
2021-08-23 14:35:18 +02:00
2021-06-01 09:24:39 -04:00
2021-08-23 14:35:18 +02:00
2021-06-14 11:58:44 +02:00
2021-08-23 14:35:18 +02:00
2021-04-10 02:07:47 +08:00
2021-01-12 18:19:38 -05:00
2021-06-07 04:55:55 -04:00
2021-04-30 08:08:15 -04:00
2020-12-07 18:36:34 -05:00
2020-10-18 20:51:24 +02:00
2021-07-21 08:24:36 -04:00
2021-06-14 11:58:44 +02:00
2020-11-16 21:43:42 -05:00
2021-03-31 10:00:27 -04:00
2020-11-16 21:43:42 -05:00
2021-04-26 13:50:34 +02:00
2021-08-23 03:41:35 -04:00
2020-12-07 18:36:34 -05:00
2021-06-01 09:24:39 -04:00
2021-06-01 09:24:39 -04:00
2021-06-01 09:24:39 -04:00
2021-04-16 11:31:35 +02:00
2020-12-21 15:41:34 +01:00
2021-03-31 10:00:27 -04:00
2021-06-01 09:24:39 -04:00
2021-06-14 11:58:44 +02:00
2021-02-22 12:36:16 -05:00
2020-12-07 18:36:34 -05:00
2021-06-01 09:24:39 -04:00
2021-03-31 10:00:27 -04:00
2021-07-06 03:31:57 -04:00
2021-06-14 11:58:44 +02:00
2021-06-01 09:24:39 -04:00
2020-10-18 20:51:24 +02:00
2021-08-23 14:35:18 +02:00
2021-08-23 03:44:42 -04:00
2021-01-12 18:19:38 -05:00
2021-05-21 06:50:01 -04:00
2021-07-13 06:31:56 -04:00
2021-06-01 09:24:39 -04:00
2021-06-01 09:24:39 -04:00
2021-04-26 13:50:34 +02:00
2021-06-01 09:24:39 -04:00
2021-08-12 11:23:00 +02:00
2021-08-19 14:29:51 +02:00
2021-02-08 16:04:28 +03:00
2021-08-19 14:29:51 +02:00
2021-06-14 12:18:22 -07:00
2021-08-03 10:10:33 +02:00
2021-05-20 19:54:23 -04:00
2021-06-09 11:02:52 -07:00