Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/model_zoo/transformers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,6 @@ Transformer预训练模型汇总
Transformer预训练模型适用任务汇总
------------------------------------


+--------------------+-------------------------+----------------------+--------------------+-----------------+-----------------+
| Model | Sequence Classification | Token Classification | Question Answering | Text Generation | Multiple Choice |
+====================+=========================+======================+====================+=================+=================+
Expand All @@ -457,7 +456,7 @@ Transformer预训练模型适用任务汇总
+--------------------+-------------------------+----------------------+--------------------+-----------------+-----------------+
|BERT_ | ✅ | ✅ | ✅ | ❌ | ✅ |
+--------------------+-------------------------+----------------------+--------------------+-----------------+-----------------+
|BigBird_ | ✅ | | | ❌ | |
|BigBird_ | ✅ | | | ❌ | |
+--------------------+-------------------------+----------------------+--------------------+-----------------+-----------------+
|ConvBert_ | ✅ | ✅ | ✅ | ✅ | ✅ |
+--------------------+-------------------------+----------------------+--------------------+-----------------+-----------------+
Expand Down
Loading