mlynatom commited on
Commit
d24a5b9
1 Parent(s): 6f88f5f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -5
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
+ ```