From 2db0a0e1cc3cc9dbcd78b4703e70f4e3360f46f5 Mon Sep 17 00:00:00 2001 From: Baptiste Doyen Date: Thu, 8 Apr 2021 13:52:44 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d6916f..a325435 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ metrics: - accuracy --- -# camembert-base-xlni +# camembert-base-xnli ## Model description @@ -46,7 +46,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