Suraj Patil
88ef8893cd
Add caching mechanism to BERT, RoBERTa ( #9183 )
...
* add past_key_values
* add use_cache option
* make mask before cutting ids
* adjust position_ids according to past_key_values
* flatten past_key_values
* fix positional embeds
* fix _reorder_cache
* set use_cache to false when not decoder, fix attention mask init
* add test for caching
* add past_key_values for Roberta
* fix position embeds
* add caching test for roberta
* add doc
* make style
* doc, fix attention mask, test
* small fixes
* adress patrick's comments
* input_ids shouldn't start with pad token
* use_cache only when decoder
* make consistent with bert
* make copies consistent
* add use_cache to encoder
* add past_key_values to tapas attention
* apply suggestions from code review
* make coppies consistent
* add attn mask in tests
* remove copied from longformer
* apply suggestions from code review
* fix bart test
* nit
* simplify model outputs
* fix doc
* fix output ordering
2020-12-23 23:01:32 +05:30
..
2020-12-18 14:19:24 -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
2020-12-07 18:36:34 -05:00
2020-12-07 18:36:34 -05:00
2020-11-03 16:04:22 +01:00
2020-12-09 15:00:37 +01:00
2020-12-09 15:00:37 +01:00
2020-12-07 16:38:39 -05:00
2020-12-07 18:36:34 -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
2020-12-07 18:36:34 -05:00
2020-12-16 12:14:33 -05:00
2020-12-23 23:01:32 +05:30
2020-12-23 23:01:32 +05:30
2020-12-23 23:01:32 +05:30
2020-12-21 19:56:46 +05:30
2020-12-07 18:36:34 -05:00
2020-12-21 08:05:23 -05:00
2020-12-01 09:49:27 +01:00
2020-11-16 21:43:42 -05:00
2020-12-07 18:36:34 -05:00
2020-11-27 16:26:45 +01:00
2020-12-07 18:36:34 -05:00
2020-12-22 17:00:04 +01:00
2020-12-07 18:36:34 -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
2020-12-02 19:19:50 +01:00
2020-11-16 11:43:00 -05:00
2020-12-22 17:00:04 +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-11-23 12:33:13 -08:00
2020-12-21 19:56:46 +05:30
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
2020-12-21 19:56:46 +05:30
2020-12-11 16:59:54 +01:00
2020-12-14 12:32:26 +01:00
2020-12-02 19:19:50 +01:00
2020-12-23 23:01:32 +05:30
2020-11-16 11:43:00 -05:00
2020-12-22 17:00:04 +01:00
2020-12-16 12:14:33 -05:00
2020-12-13 23:05:24 -05:00
2020-12-08 09:14:09 -05:00
2020-12-22 23:41:20 +01:00
2020-12-13 23:05:24 -05:00
2020-12-13 23:05:24 -05:00
2020-12-07 18:36:34 -05:00
2020-12-15 10:10:46 -05:00
2020-12-17 18:10:57 -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 11:43:00 -05:00
2020-11-16 21:43:42 -05:00
2020-12-22 17:00:04 +01:00
2020-12-07 18:36:34 -05:00
2020-12-13 23:05:24 -05:00
2020-12-13 23:05:24 -05:00
2020-12-13 23:05:24 -05:00
2020-12-13 23:05:24 -05:00
2020-12-09 10:32:43 -05:00
2020-12-07 18:36:34 -05:00
2020-12-15 11:27:08 -05:00
2020-12-13 23:05:24 -05:00
2020-12-08 09:14:09 -05:00
2020-12-07 18:36:34 -05:00
2020-12-22 17:00:04 +01:00
2020-12-19 14:44:04 +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-10-30 10:25:48 -04: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-15 10:10:46 -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-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-16 12:31:50 -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-10-20 04:39:13 -04:00
2020-10-18 20:51:24 +02:00
2020-12-07 18:36:34 -05:00
2020-12-07 18:36:34 -05:00
2020-11-27 12:31: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
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-15 17:08:49 -05: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-10-18 20:51:24 +02:00
2020-12-07 18:36:34 -05:00
2020-11-16 21:43:42 -05:00
2020-12-07 18:36:34 -05: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-11-16 21:43:42 -05:00
2020-12-07 18:36:34 -05:00
2020-12-21 15:41:34 +01:00
2020-11-16 21:43:42 -05:00
2020-12-07 18:36:34 -05:00
2020-11-16 21:43:42 -05: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
2020-10-18 20:51:24 +02:00
2020-11-10 14:21:54 -05:00
2020-12-15 17:08:49 -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-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-22 11:33:44 -05:00
2020-12-07 18:36:34 -05:00
2020-12-22 11:33:44 -05:00
2020-12-18 15:10:39 -05:00
2020-12-07 18:36:34 -05:00
2020-12-07 18:36:34 -05:00