Skip to content

Commit

Permalink
[model_cards] Facebook: add thumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-c committed Oct 15, 2020
1 parent 2485b8b commit d99ed7a
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 4 deletions.
1 change: 1 addition & 0 deletions model_cards/facebook/bart-large-cnn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ tags:
- summarization

license: mit
thumbnail: https://huggingface.co/front/thumbnails/facebook.png
---
1 change: 1 addition & 0 deletions model_cards/facebook/bart-large-mnli/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
license: mit
thumbnail: https://huggingface.co/front/thumbnails/facebook.png
---
5 changes: 5 additions & 0 deletions model_cards/facebook/bart-large/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
license: mit
thumbnail: https://huggingface.co/front/thumbnails/facebook.png
---

The Bart model was proposed by Mike Lewis, Yinhan Liu, Naman Goyal, Marjan Ghazvininejad, Abdelrahman Mohamed, Omer Levy, Ves Stoyanov and Luke Zettlemoyer on 29 Oct, 2019. According to the abstract,

Bart uses a standard seq2seq/machine translation architecture with a bidirectional encoder (like BERT) and a left-to-right decoder (like GPT).
Expand Down
4 changes: 4 additions & 0 deletions model_cards/facebook/rag-sequence-base/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
license: apache-2.0
thumbnail: https://huggingface.co/front/thumbnails/facebook.png
---
## RAG

This is a non-finetuned version of the RAG-Sequence model of the the paper [Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks](https://arxiv.org/pdf/2005.11401.pdf)
Expand Down
1 change: 1 addition & 0 deletions model_cards/facebook/rag-sequence-nq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: en
license: apache-2.0
datasets:
- wiki_dpr
thumbnail: https://huggingface.co/front/thumbnails/facebook.png
---
## RAG

Expand Down
7 changes: 7 additions & 0 deletions model_cards/facebook/rag-token-base/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
language: en
license: apache-2.0
datasets:
- wiki_dpr
thumbnail: https://huggingface.co/front/thumbnails/facebook.png
---
## RAG

This is a non-finetuned version of the RAG-Token model of the the paper [Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks](https://arxiv.org/pdf/2005.11401.pdf)
Expand Down
1 change: 1 addition & 0 deletions model_cards/facebook/rag-token-nq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: en
license: apache-2.0
datasets:
- wiki_dpr
thumbnail: https://huggingface.co/front/thumbnails/facebook.png
---
## RAG

Expand Down
2 changes: 1 addition & 1 deletion model_cards/facebook/wmt19-de-en/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

---
language:
- de
Expand All @@ -13,6 +12,7 @@ datasets:
- wmt19
metrics:
- bleu
thumbnail: https://huggingface.co/front/thumbnails/facebook.png
---

# FSMT
Expand Down
2 changes: 1 addition & 1 deletion model_cards/facebook/wmt19-en-de/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

---
language:
- en
Expand All @@ -13,6 +12,7 @@ datasets:
- wmt19
metrics:
- bleu
thumbnail: https://huggingface.co/front/thumbnails/facebook.png
---

# FSMT
Expand Down
2 changes: 1 addition & 1 deletion model_cards/facebook/wmt19-en-ru/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

---
language:
- en
Expand All @@ -13,6 +12,7 @@ datasets:
- wmt19
metrics:
- bleu
thumbnail: https://huggingface.co/front/thumbnails/facebook.png
---

# FSMT
Expand Down
2 changes: 1 addition & 1 deletion model_cards/facebook/wmt19-ru-en/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

---
language:
- ru
Expand All @@ -13,6 +12,7 @@ datasets:
- wmt19
metrics:
- bleu
thumbnail: https://huggingface.co/front/thumbnails/facebook.png
---

# FSMT
Expand Down

0 comments on commit d99ed7a

Please sign in to comment.