BART Spaces badge

This commit is contained in:
AK391 2022-01-10 12:33:59 -05:00 committed by GitHub
parent 20f169b523
commit 03f8b9c9e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -542,6 +542,10 @@ As mentioned before, these models keep both the encoder and the decoder of the o
<a href="model_doc/bart">
<img alt="Doc" src="https://img.shields.io/badge/Model_documentation-bart-blueviolet">
</a>
<a href="https://huggingface.co/spaces/akhaliq/bart-large-mnli">
<img alt="Spaces" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue">
</a>
[BART: Denoising Sequence-to-Sequence Pre-training for Natural Language Generation, Translation, and Comprehension](https://arxiv.org/abs/1910.13461), Mike Lewis et al.