lorenzoscottb commited on
Commit
ef53ab4
·
1 Parent(s): 0836195

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -35,13 +35,11 @@ def test_input(words):
35
 
36
  title = "BERT on a PLANE"
37
 
38
- description=
39
- """
40
  Did you know that, logically speaking, a small cat is not a small animal, and that a fake smile is not a smile?
41
  Learn more testing our BERT model is tuned to perform phrase-level adjective-noun entailment, via the [PLANE](https://aclanthology.org/2022.coling-1.359/) dataset.
42
  The current model achieves an accuracy of 90% on out-of-distribution evaluation
43
- Coming soon: check if words were in training data!
44
- """
45
 
46
  examples = [["A red car is a vehicle"], ["A fake smile is a smile"], ["A small cat is a small animal"]]
47
 
 
35
 
36
  title = "BERT on a PLANE"
37
 
38
+ description = """
 
39
  Did you know that, logically speaking, a small cat is not a small animal, and that a fake smile is not a smile?
40
  Learn more testing our BERT model is tuned to perform phrase-level adjective-noun entailment, via the [PLANE](https://aclanthology.org/2022.coling-1.359/) dataset.
41
  The current model achieves an accuracy of 90% on out-of-distribution evaluation
42
+ Coming soon: check if words were in training data!"""
 
43
 
44
  examples = [["A red car is a vehicle"], ["A fake smile is a smile"], ["A small cat is a small animal"]]
45