NielsRogge
f3d2f7a6e0
Add MarkupLM (#19198)
* First draft
* Make basic test work
* Fix most tokenizer tests
* More improvements
* Make more tests pass
* Fix more tests
* Fix some code quality
* Improve truncation
* Implement feature extractor
* Improve feature extractor and add tests
* Improve feature extractor tests
* Fix pair_input test partly
* Add fast tokenizer
* Improve implementation
* Fix rebase
* Fix rebase
* Fix most of the tokenizer tests.
* propose solution for fast
* add: integration test for fasttokenizer, warning for decode, fix template in slow tokenizer
* add: modify markuplmconverter
* add: some modify on converter and tokenizerfast
* Fix style, copies
* Make fixup
* Update tokenization_markuplm.py
* Update test_tokenization_markuplm.py
* Update markuplm related
* Improve processor, add integration test
* Add processor test file
* Improve processor
* Improve processor tests
* Fix more processor tests
* Fix processor tests
* Update docstrings
* Add Copied from statements
* Add more Copied from statements
* Add code examples
* Improve code examples
* Add model to doc tests
* Adding dependency check
* Add dummy file
* Add requires_backends
* Add model to toctree
* Fix more things, disable dependency check for now
* Apply more suggestions
* Add soft dependency
* Add annotators to tests
* Fix style
* Remove from_slow=True
* Remove print statements
* Add sanity check
* Fix processor test
* Fix processor tests, add more docs
* Add doc tests for mdx file
* Add more tips
* Apply suggestions
Co-authored-by: Niels Rogge <nielsrogge@Nielss-MacBook-Pro.local>
Co-authored-by: lockon-n <45759388+lockon-n@users.noreply.github.com>
Co-authored-by: SaulLu <lucilesaul.com@gmail.com>
Co-authored-by: lockon-n <dd098309@126.com>
2022-09-30 08:25:43 +02:00
..
2022-09-14 07:36:12 -04:00
2022-09-12 19:30:27 +01:00
2022-09-20 18:53:40 +03:00
2022-09-12 19:30:27 +01:00
2022-05-12 16:25:55 -04:00
2022-05-12 16:25:55 -04:00
2022-06-24 19:31:30 +02:00
2022-05-12 16:25:55 -04:00
2022-07-22 18:05:38 +01:00
2022-07-22 18:05:38 +01:00
2022-09-26 14:56:41 +02:00
2022-07-29 08:09:09 -04:00
2022-07-29 08:09:09 -04:00
2022-07-22 18:05:38 +01:00
2022-07-01 15:33:36 +02:00
2022-09-22 09:45:04 +02:00
2022-09-16 10:57:41 +02:00
2022-06-01 16:27:23 +02:00
2022-06-09 09:50:03 +02:00
2022-07-20 15:54:44 +02:00
2022-06-08 15:30:41 +02:00
2022-06-07 18:05:20 +02:00
2022-07-05 14:53:43 +02:00
2022-09-22 09:45:24 +02:00
2022-07-13 18:04:08 +01:00
2022-09-22 09:45:24 +02:00
2022-09-07 16:22:09 +02:00
2022-07-29 08:09:09 -04:00
2022-09-21 15:15:26 +03:00
2022-07-22 13:31:45 +01:00
2022-09-09 07:36:46 -04:00
2022-06-09 09:50:03 +02:00
2022-05-12 16:25:55 -04:00
2022-06-20 16:16:16 +02:00
2022-07-22 18:05:38 +01:00
2022-09-15 17:12:58 +02:00
2022-06-08 15:30:41 +02:00
2022-07-01 09:04:38 -04:00
2022-09-14 10:17:40 -04:00
2022-07-06 15:02:07 +01:00
2022-09-29 10:48:04 +01:00
2022-09-09 20:01:02 +01:00
2022-06-08 15:30:41 +02:00
2022-05-24 12:30:46 +02:00
2022-09-12 19:30:27 +01:00
2022-08-24 06:27:56 -04:00
2022-09-06 14:51:03 +02:00
2022-08-30 14:43:14 +02:00
2022-09-12 17:51:10 +01:00
2022-06-10 12:46:30 +02:00
2022-09-12 17:51:10 +01:00
2022-09-20 21:52:18 +02:00
2022-08-01 11:09:47 -04:00
2022-07-22 18:05:38 +01:00
2022-07-29 08:09:09 -04:00
2022-07-29 08:09:09 -04:00
2022-09-30 08:25:43 +02:00
2022-06-24 19:36:45 +02:00
2022-07-29 08:09:09 -04:00
2022-07-29 08:09:09 -04:00
2022-07-29 08:09:09 -04:00
2022-05-12 16:25:55 -04:00
2022-09-09 20:01:02 +01:00
2022-09-23 16:24:28 +03:00
2022-07-18 15:26:21 +02:00
2022-07-29 08:09:09 -04:00
2022-07-12 04:28:28 -04:00
2022-07-29 08:09:09 -04:00
2022-09-13 18:10:11 +02:00
2022-08-11 19:10:25 +03:00
2022-07-29 08:09:09 -04:00
2022-09-14 14:45:00 +02:00
2022-07-29 08:09:09 -04:00
2022-07-29 08:09:09 -04:00
2022-06-09 09:50:03 +02:00
2022-05-12 16:25:55 -04:00
2022-06-10 18:50:29 +02:00
2022-05-12 16:25:55 -04:00
2022-05-12 16:25:55 -04:00
2022-08-30 14:03:28 +02:00
2022-09-16 10:57:41 +02:00
2022-05-17 14:33:13 +02:00
2022-06-08 15:30:41 +02:00
2022-09-21 11:40:35 +03:00
2022-08-29 18:46:30 +02:00
2022-09-07 16:22:09 +02:00
2022-05-31 10:02:55 +02:00
2022-06-24 16:26:14 +02:00
2022-09-07 16:22:09 +02:00
2022-07-27 11:14:47 -04:00
2022-07-29 08:09:09 -04:00
2022-09-09 20:01:02 +01:00
2022-07-29 08:09:09 -04:00
2022-05-17 19:07:43 -04:00
2022-06-06 15:53:49 +01:00
2022-05-31 10:02:55 +02:00
2022-06-09 09:50:03 +02:00
2022-09-26 09:50:48 -04:00
2022-09-22 13:14:39 +02:00
2022-08-29 18:46:30 +02:00
2022-06-24 11:34:51 +02:00
2022-09-16 16:38:08 +01:00
2022-09-22 11:03:01 -04:00
2022-09-16 10:57:41 +02:00
2022-05-17 18:20:36 +02:00
2022-08-26 14:11:55 +02:00
2022-09-26 09:50:48 -04:00
2022-09-29 10:42:07 +02:00
2022-05-12 16:25:55 -04:00
2022-05-12 16:25:55 -04:00
2022-07-04 17:26:19 +01:00
2022-09-22 09:45:24 +02:00
2022-06-08 15:30:41 +02:00