nreimers commited on
Commit ·
041642e
1
Parent(s): 1a7d51c
up
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
-
pipeline_tag:
|
| 4 |
tags:
|
| 5 |
- roberta-base
|
| 6 |
datasets:
|
|
@@ -8,6 +8,8 @@ datasets:
|
|
| 8 |
- snli
|
| 9 |
metrics:
|
| 10 |
- accuracy
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Cross-Encoder for Natural Language Inference
|
|
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
+
pipeline_tag: classification
|
| 4 |
tags:
|
| 5 |
- roberta-base
|
| 6 |
datasets:
|
|
|
|
| 8 |
- snli
|
| 9 |
metrics:
|
| 10 |
- accuracy
|
| 11 |
+
widget:
|
| 12 |
+
- text: "I like you. </s></s> I love you.
|
| 13 |
---
|
| 14 |
|
| 15 |
# Cross-Encoder for Natural Language Inference
|