Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PaddlePaddle Hackathon] 第53题 #1114

Merged
merged 15 commits into from
Oct 28, 2021
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