This commit is contained in:
parent
1a7d51c9f1
commit
041642eb36
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
language: en
|
language: en
|
||||||
pipeline_tag: zero-shot-classification
|
pipeline_tag: classification
|
||||||
tags:
|
tags:
|
||||||
- roberta-base
|
- roberta-base
|
||||||
datasets:
|
datasets:
|
||||||
|
@ -8,6 +8,8 @@ datasets:
|
||||||
- snli
|
- snli
|
||||||
metrics:
|
metrics:
|
||||||
- accuracy
|
- accuracy
|
||||||
|
widget:
|
||||||
|
- text: "I like you. </s></s> I love you.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Cross-Encoder for Natural Language Inference
|
# Cross-Encoder for Natural Language Inference
|
||||||
|
|
Loading…
Reference in New Issue