From 0961f713b9700fcc3e68302f89890855dcd5c382 Mon Sep 17 00:00:00 2001 From: Baptiste Doyen Date: Thu, 8 Apr 2021 13:51:46 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c171af4..6d6916f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ tags: license: mit pipeline_tag: zero-shot-classification datasets: -- xlni +- xnli metrics: - accuracy --- @@ -19,7 +19,7 @@ metrics: ## Model description -Camembert-base model fine-tuned on french part of XLNI dataset.
+Camembert-base model fine-tuned on french part of XNLI dataset.
One of the few Zero-Shot classification model working on french 🇫🇷 ## Intended uses & limitations @@ -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