Update README.md
This commit is contained in:
parent
729e11046c
commit
7327598996
22
README.md
22
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 : <br>
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue