Update README.md
This commit is contained in:
parent
7327598996
commit
199472e8fb
|
@ -2,12 +2,12 @@
|
||||||
language:
|
language:
|
||||||
- french
|
- french
|
||||||
thumbnail:
|
thumbnail:
|
||||||
|
- zero-shot-classification
|
||||||
tags:
|
tags:
|
||||||
- zero-shot-classification
|
- zero-shot-classification
|
||||||
license:
|
license:
|
||||||
datasets:
|
datasets:
|
||||||
- xlni
|
- xlni
|
||||||
-
|
|
||||||
metrics:
|
metrics:
|
||||||
- accuracy
|
- accuracy
|
||||||
---
|
---
|
||||||
|
@ -43,7 +43,7 @@ classifier(sequence, candidate_labels, hypothesis_template=hypothesis_template)
|
||||||
```
|
```
|
||||||
|
|
||||||
- As a premise/hypothesis checker : <br>
|
- 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
|
```python
|
||||||
# load model and tokenizer
|
# load model and tokenizer
|
||||||
|
|
Loading…
Reference in New Issue