和BART相关的中文模型,找到https://huggingface.co/facebook/mbart-large-cc25,这是一个翻译模型。

模型名称 模型链接 类型
bart-large-cnn https://huggingface.co/facebook/bart-large-cnn summarization
bart-base https://huggingface.co/facebook/bart-base text-generation
mbart-large-cc25 https://huggingface.co/facebook/mbart-large-cc25 translation

BART可以在摘要任务(CNN-Dailymail )进行微调,https://github.com/pytorch/fairseq/blob/master/examples/bart/README.summarization.md

BART在GLUE任务进行微调,https://github.com/pytorch/fairseq/blob/master/examples/bart/README.glue.md

BART在翻译任务进行微调,https://github.com/pytorch/fairseq/tree/master/examples/translation

BART在故事生成任务进行微调,https://github.com/pytorch/fairseq/tree/master/examples/stories

BART在翻译任务的测试结果:
注意不需要提前下载模型
BART是否支持中文?

相关文章:

  • 2022-12-23
  • 2021-10-08
  • 2021-11-14
  • 2021-12-25
  • 2021-11-25
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
猜你喜欢
  • 2022-12-23
  • 2021-10-18
  • 2021-07-05
  • 2022-01-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案