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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -37,7 +37,11 @@ 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
 
 
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
+
41
+
42
  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.
43
+
44
+
45
  The current model achieves an accuracy of 90% on out-of-distribution evaluation
46
  Coming soon: check if words were in training data!"""
47