From 3ff0900f48e93cd76044be5f29bd18888f66b8f1 Mon Sep 17 00:00:00 2001 From: Baptiste Doyen Date: Wed, 24 Mar 2021 18:51:20 +0000 Subject: [PATCH 1/3] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0cbb0b6..72096ef 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ language: thumbnail: tags: - zero-shot-classification -license: +license: mit +pipeline_tag: zero-shot-classification datasets: - xlni metrics: @@ -42,7 +43,7 @@ classifier(sequence, candidate_labels, hypothesis_template=hypothesis_template) ``` - As a premise/hypothesis checker :
-The idea is here to compute a probability of the form \\\\\\\\(P(premise|hypothesis)\\\\\\\\) +The idea is here to compute a probability of the form \\\\\\\\\\\\\\\\(P(premise|hypothesis)\\\\\\\\\\\\\\\\) ```python # load model and tokenizer From caf3e99d590c67feff261fc96a8eb45cbeaefd29 Mon Sep 17 00:00:00 2001 From: Baptiste Doyen Date: Wed, 24 Mar 2021 18:55:11 +0000 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72096ef..8b37409 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ classifier(sequence, candidate_labels, hypothesis_template=hypothesis_template) ``` - As a premise/hypothesis checker :
-The idea is here to compute a probability of the form \\\\\\\\\\\\\\\\(P(premise|hypothesis)\\\\\\\\\\\\\\\\) +The idea is here to compute a probability of the form \\(P(premise|hypothesis)\\) ```python # load model and tokenizer From b4eec8de115aa34dbc9f7eb8182d5ff5f163df75 Mon Sep 17 00:00:00 2001 From: Baptiste Doyen Date: Wed, 24 Mar 2021 19:00:30 +0000 Subject: [PATCH 3/3] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b37409..3563fe8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ --- language: -- french +- fr thumbnail: tags: - zero-shot-classification +- xnli +- nli +- fr license: mit pipeline_tag: zero-shot-classification datasets: