Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license: cc-by-4.0
|
3 |
datasets:
|
4 |
- ctu-aic/csfever_v2
|
5 |
language:
|
@@ -30,7 +30,4 @@ from sentence_transformers.cross_encoder import CrossEncoder
|
|
30 |
model = CrossEncoder('ctu-aic/xlm-roberta-large-squad2-csfever_v2-f1')
|
31 |
scores = model.predict([["My first context.", "My first hypothesis."],
|
32 |
["Second context.", "Hypothesis."]])
|
33 |
-
```
|
34 |
-
|
35 |
-
|
36 |
-
|
|
|
1 |
---
|
2 |
+
license: cc-by-sa-4.0
|
3 |
datasets:
|
4 |
- ctu-aic/csfever_v2
|
5 |
language:
|
|
|
30 |
model = CrossEncoder('ctu-aic/xlm-roberta-large-squad2-csfever_v2-f1')
|
31 |
scores = model.predict([["My first context.", "My first hypothesis."],
|
32 |
["Second context.", "Hypothesis."]])
|
33 |
+
```
|
|
|
|
|
|