From baeba53e8885631666f5d70cb3699aced07c4895 Mon Sep 17 00:00:00 2001 From: Adam Montgomerie Date: Thu, 27 Aug 2020 06:20:55 +0900 Subject: [PATCH] Adding model cards for 5 models (#6703) * Added model cards for 4 models Added model cards for: - roberta-base-bulgarian - roberta-base-bulgarian-pos - roberta-small-bulgarian - roberta-small-bulgarian-pos * fixed link text * Update README.md * Create README.md * removed trailing bracket * Add language metadata Co-authored-by: Julien Chaumond --- .../bert-base-cased-qa-evaluator/README.md | 28 ++++++++++++++++++ .../roberta-base-bulgarian-pos/README.md | 26 +++++++++++++++++ .../roberta-base-bulgarian/README.md | 29 +++++++++++++++++++ .../roberta-small-bulgarian-pos/README.md | 26 +++++++++++++++++ .../roberta-small-bulgarian/README.md | 29 +++++++++++++++++++ 5 files changed, 138 insertions(+) create mode 100644 model_cards/iarfmoose/bert-base-cased-qa-evaluator/README.md create mode 100644 model_cards/iarfmoose/roberta-base-bulgarian-pos/README.md create mode 100644 model_cards/iarfmoose/roberta-base-bulgarian/README.md create mode 100644 model_cards/iarfmoose/roberta-small-bulgarian-pos/README.md create mode 100644 model_cards/iarfmoose/roberta-small-bulgarian/README.md diff --git a/model_cards/iarfmoose/bert-base-cased-qa-evaluator/README.md b/model_cards/iarfmoose/bert-base-cased-qa-evaluator/README.md new file mode 100644 index 0000000000..b1bcf5f268 --- /dev/null +++ b/model_cards/iarfmoose/bert-base-cased-qa-evaluator/README.md @@ -0,0 +1,28 @@ +# BERT-base-cased-qa-evaluator + +This model takes a question answer pair as an input and outputs a value representing its prediction about whether the input was a valid question and answer pair or not. The model is a pretrained [BERT-base-cased](https://huggingface.co/bert-base-cased) with a sequence classification head. + +## Intended uses + +The QA evaluator was originally designed to be used with the [t5-base-question-generator](https://huggingface.co/iarfmoose/t5-base-question-generator) for evaluating the quality of generated questions. + +The input for the QA evaluator follows the format for `BertForSequenceClassification`, but using the question and answer as the two sequences. Inputs should take the following format: +``` +[CLS] [SEP]