lorenzoscottb commited on
Commit
ae66724
·
1 Parent(s): 6f37118

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,8 +1,8 @@
1
  import gradio as gr
2
 
3
- description = "Did you know that, logically speaking, a small cat is not a small animal, and that a fake smile is not a smile.\nLearn 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.\nThe current model achives an acuracy of 90% on out-of-distribution evaluation"
4
  title = "BERT's on a PLANE"
5
- examples = [["A fake smile is a smile"]]
6
 
7
  interface = gr.Interface.load("huggingface/lorenzoscottb/bert-base-cased-PLANE-ood-2",
8
  description=description,
 
1
  import gradio as gr
2
 
3
+ description = "Did you know that, logically speaking, a small cat is not a small animal, and that a fake smile is not a smile. \n 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. \n The current model achives an acuracy of 90% on out-of-distribution evaluation"
4
  title = "BERT's on a PLANE"
5
+ examples = [["A red car is a vehicle"], ["A fake smile is a smile"], ["A small cat is a small animal"]]
6
 
7
  interface = gr.Interface.load("huggingface/lorenzoscottb/bert-base-cased-PLANE-ood-2",
8
  description=description,