Spaces:
Runtime error
Runtime error
Hanna Abi Akl
commited on
Commit
·
ddff524
1
Parent(s):
026a7f6
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
description = "
|
4 |
-
title = "
|
5 |
-
examples = [["
|
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,
|