From 7327598996b9a51e12b4a8a2df56f130a3bd5970 Mon Sep 17 00:00:00 2001 From: Baptiste Doyen Date: Wed, 24 Mar 2021 18:06:02 +0000 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 10a0d56..6fa1296 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,15 @@ --- -language: french -- -- +language: +- french thumbnail: -tags: zero-shot-classification -- -- -- +tags: +- zero-shot-classification license: -datasets: xlni -- -- -metrics: accuracy -- +datasets: +- xlni - +metrics: +- accuracy --- # camembert-base-xlni @@ -47,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