File tree Expand file tree Collapse file tree 3 files changed +707
-14
lines changed
paddlenlp/transformers/bigbird
tests/transformers/bigbird Expand file tree Collapse file tree 3 files changed +707
-14
lines changed Original file line number Diff line number Diff line change @@ -447,7 +447,6 @@ Transformer预训练模型汇总
447447Transformer预训练模型适用任务汇总
448448------------------------------------
449449
450-
451450+--------------------+-------------------------+----------------------+--------------------+-----------------+-----------------+
452451| Model | Sequence Classification | Token Classification | Question Answering | Text Generation | Multiple Choice |
453452+====================+=========================+======================+====================+=================+=================+
@@ -457,7 +456,7 @@ Transformer预训练模型适用任务汇总
457456+--------------------+-------------------------+----------------------+--------------------+-----------------+-----------------+
458457| BERT_ | ✅ | ✅ | ✅ | ❌ | ✅ |
459458+--------------------+-------------------------+----------------------+--------------------+-----------------+-----------------+
460- | BigBird_ | ✅ | ❌ | ❌ | ❌ | ❌ |
459+ | BigBird_ | ✅ | ✅ | ✅ | ❌ | ✅ |
461460+--------------------+-------------------------+----------------------+--------------------+-----------------+-----------------+
462461| ConvBert_ | ✅ | ✅ | ✅ | ✅ | ✅ |
463462+--------------------+-------------------------+----------------------+--------------------+-----------------+-----------------+
You can’t perform that action at this time.
0 commit comments