Add FastTokenizer to REALM (#15211)

* Remove BertTokenizer abstraction

* Add FastTokenizer to REALM

* Fix config archive map

* Fix copies

* Update realm.mdx

* Apply suggestions from code review
This commit is contained in:
Li-Huai (Allan) Lin
2022-01-19 22:19:36 +08:00
committed by GitHub
parent 021b52e7a8
commit 841d979190
10 changed files with 824 additions and 46 deletions

View File

@@ -246,7 +246,7 @@ Flax), PyTorch, and/or TensorFlow.
| ProphetNet | ✅ | ❌ | ✅ | ❌ | ❌ |
| QDQBert | ❌ | ❌ | ✅ | ❌ | ❌ |
| RAG | ✅ | ❌ | ✅ | ✅ | ❌ |
| Realm | ✅ | | ✅ | ❌ | ❌ |
| Realm | ✅ | | ✅ | ❌ | ❌ |
| Reformer | ✅ | ✅ | ✅ | ❌ | ❌ |
| RemBERT | ✅ | ✅ | ✅ | ✅ | ❌ |
| RetriBERT | ✅ | ✅ | ✅ | ❌ | ❌ |