Hanna Abi Akl commited on
Commit
ddff524
·
1 Parent(s): 026a7f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,8 +1,8 @@
1
  import gradio as gr
2
 
3
- description = "Story generation with GPT-2"
4
- title = "Generate your own story"
5
- examples = [["Adventurer is approached by a mysterious stranger in the tavern for a new quest."]]
6
 
7
  interface = gr.Interface.load("huggingface/yseop/roberta-base-finance-hypernym-identification",
8
  description=description,
 
1
  import gradio as gr
2
 
3
+ description = "We present FinISH, a SRoBERTa base model fine-tuned on the FIBO ontology dataset for domain-specific representation learning on the Semantic Search downstream task."
4
+ title = "FinISH (Finance-Identifying Sroberta for Hypernyms)"
5
+ examples = [["Convertible bond"]]
6
 
7
  interface = gr.Interface.load("huggingface/yseop/roberta-base-finance-hypernym-identification",
8
  description=description,