From ca5e1cdf8e314288bd0242a531815a6c75d8178e Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Fri, 12 Jun 2020 23:19:07 +0200 Subject: [PATCH] model_cards: we can now tag datasets see corresponding model pages to see how it's rendered --- model_cards/canwenxu/BERT-of-Theseus-MNLI/README.md | 2 ++ model_cards/deepset/roberta-base-squad2/README.md | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/model_cards/canwenxu/BERT-of-Theseus-MNLI/README.md b/model_cards/canwenxu/BERT-of-Theseus-MNLI/README.md index 7ae440a3af..535edac3fc 100644 --- a/model_cards/canwenxu/BERT-of-Theseus-MNLI/README.md +++ b/model_cards/canwenxu/BERT-of-Theseus-MNLI/README.md @@ -1,5 +1,7 @@ --- thumbnail: https://raw.githubusercontent.com/JetRunner/BERT-of-Theseus/master/bert-of-theseus.png +datasets: +- multi_nli --- # BERT-of-Theseus diff --git a/model_cards/deepset/roberta-base-squad2/README.md b/model_cards/deepset/roberta-base-squad2/README.md index 1a59abaa2f..94c4896f3b 100644 --- a/model_cards/deepset/roberta-base-squad2/README.md +++ b/model_cards/deepset/roberta-base-squad2/README.md @@ -1,3 +1,8 @@ +--- +datasets: +- squad_v2 +--- + # roberta-base for QA ## Overview