emanuelaboros commited on
Commit
842dbe5
·
1 Parent(s): f4b96d4

update app

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -128,10 +128,10 @@ def nel_app_interface():
128
  description="Link entities using the `impresso-project/nel-hipe-multilingual` model under the hood! "
129
  "We recommend using shorter texts (ie sentences, not full paragraphs). <br>"
130
  "The sentences in the following format: <br>"
131
- "<< We are going to [START] Paris [END].>> "
132
  "This format ensures that the model knows which entities to disambiguate, more exactly the "
133
  "entity should be surrounded by `[START]` and `[END]`. <br>"
134
- "Warning: Only one entity per sentence is supported at the moment!",
135
  examples=[
136
  [
137
  "Des chercheurs de l' [START] Université de Cambridge [END] ont développé une nouvelle technique de calcul quantique qui promet d'augmenter exponentiellement les vitesses de calcul."
 
128
  description="Link entities using the `impresso-project/nel-hipe-multilingual` model under the hood! "
129
  "We recommend using shorter texts (ie sentences, not full paragraphs). <br>"
130
  "The sentences in the following format: <br>"
131
+ "<it><< We are going to `[START]` Paris `[END]` >></it> <br>"
132
  "This format ensures that the model knows which entities to disambiguate, more exactly the "
133
  "entity should be surrounded by `[START]` and `[END]`. <br>"
134
+ "<b>Warning<b>: Only one entity per sentence is supported at the moment!",
135
  examples=[
136
  [
137
  "Des chercheurs de l' [START] Université de Cambridge [END] ont développé une nouvelle technique de calcul quantique qui promet d'augmenter exponentiellement les vitesses de calcul."