Matt
854260ca44
TF/Numpy variants for all DataCollator classes ( #13105 )
...
* Adding a TF variant of the DataCollatorForTokenClassification to get feedback
* Added a Numpy variant and a post_init check to fail early if a missing import is found
* Fixed call to Numpy variant
* Added a couple more of the collators
* Update src/transformers/data/data_collator.py
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com >
* Fixes, style pass, finished DataCollatorForSeqToSeq
* Added all the LanguageModeling DataCollators, except SOP and PermutationLanguageModeling
* Adding DataCollatorForPermutationLanguageModeling
* Style pass
* Add missing `__call__` for PLM
* Remove `post_init` checks for frameworks because the imports inside them were making us fail code quality checks
* Remove unused imports
* First attempt at some TF tests
* A second attempt to make any of those tests actually work
* TF tests, round three
* TF tests, round four
* TF tests, round five
* TF tests, all enabled!
* Style pass
* Merging tests into `test_data_collator.py`
* Merging tests into `test_data_collator.py`
* Fixing up test imports
* Fixing up test imports
* Trying shuffling the conditionals around
* Commenting out non-functional old tests
* Completed all tests for all three frameworks
* Style pass
* Fixed test typo
* Style pass
* Move standard `__call__` method to mixin
* Rearranged imports for `test_data_collator`
* Fix data collator typo "torch" -> "pt"
* Fixed the most embarrassingly obvious bug
* Update src/transformers/data/data_collator.py
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com >
* Renaming mixin
* Updating docs
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com >
Co-authored-by: Dalton Walker <dalton_walker@icloud.com >
Co-authored-by: Andrew Romans <andrew.romans@hotmail.com >
2021-08-31 13:06:48 +01:00
..
2021-08-30 10:01:06 -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-08-31 13:06:48 +01: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-08-30 12:35:42 +02: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-08-30 12:39:05 -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-08-26 12:37:55 +02:00
2021-08-27 09:09:57 -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-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-08-31 07:06:49 -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-08-30 17:29:27 +02:00
2021-08-27 17:38:34 +02: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-08-30 14:16:18 +02:00
2021-05-04 20:56:09 +02:00
2021-08-23 17:57:29 +02:00
2021-08-27 17:38:34 +02:00
2021-08-27 17:38:34 +02:00
2021-07-13 18:53:30 +01:00
2021-07-07 12:20:38 +05:30
2021-08-25 12:56:25 -04: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-08-31 12:19:04 +02:00
2021-07-21 04:13:11 -04:00
2021-08-27 20:52:51 +03:00
2021-07-21 04:13:11 -04:00
2021-07-21 04:13:11 -04:00
2021-08-30 12:35:42 +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-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-08-30 06:02:08 -04:00
2021-08-26 12:37:55 +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-31 06:32:47 -04: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-08-30 06:03:02 -04: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-27 15:46:11 +02:00
2021-08-26 05:52:49 -04:00
2021-08-26 05:52:49 -04:00
2021-08-26 05:52:49 -04:00
2021-08-26 05:52:49 -04:00
2021-08-26 12:37:55 +02:00
2021-08-26 14:47:11 +02:00
2021-08-26 09:09:57 -04:00
2021-08-26 16:09:48 +02:00
2021-08-26 10:09:53 -04:00
2021-08-26 17:30:03 +02:00
2021-08-27 11:24:56 +02:00
2021-08-27 12:26:17 +02:00
2021-08-27 15:46:11 +02:00
2021-05-12 13:48:15 +05:30
2021-08-30 12:35:42 +02:00
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-08-30 11:55:18 -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-30 12:35:42 +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-08-27 17:22:06 +02:00
2021-08-27 12:26:17 +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