Update README.md
This commit is contained in:
parent
0961f713b9
commit
2db0a0e1cc
|
@ -15,7 +15,7 @@ metrics:
|
||||||
- accuracy
|
- accuracy
|
||||||
---
|
---
|
||||||
|
|
||||||
# camembert-base-xlni
|
# camembert-base-xnli
|
||||||
|
|
||||||
## Model description
|
## Model description
|
||||||
|
|
||||||
|
@ -46,7 +46,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