Update README.md
This commit is contained in:
parent
3767886f2b
commit
0961f713b9
|
@ -10,7 +10,7 @@ tags:
|
||||||
license: mit
|
license: mit
|
||||||
pipeline_tag: zero-shot-classification
|
pipeline_tag: zero-shot-classification
|
||||||
datasets:
|
datasets:
|
||||||
- xlni
|
- xnli
|
||||||
metrics:
|
metrics:
|
||||||
- accuracy
|
- accuracy
|
||||||
---
|
---
|
||||||
|
@ -19,7 +19,7 @@ metrics:
|
||||||
|
|
||||||
## Model description
|
## Model description
|
||||||
|
|
||||||
Camembert-base model fine-tuned on french part of XLNI dataset. <br>
|
Camembert-base model fine-tuned on french part of XNLI dataset. <br>
|
||||||
One of the few Zero-Shot classification model working on french 🇫🇷
|
One of the few Zero-Shot classification model working on french 🇫🇷
|
||||||
|
|
||||||
## Intended uses & limitations
|
## Intended uses & limitations
|
||||||
|
@ -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