akhooli commited on
Commit
3ff0003
·
verified ·
1 Parent(s): f804a6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ qapp = gr.Interface(fn=answer_fn, inputs="textbox", outputs="textbox",
29
  "ما أهمية كتابة المعاملات؟", "أخبرني عن عذاب الله للمنافقين", "حسن معاملة الوالدين", "ما معجزات سيدنا عيسى", "ما هو التطفيف"
30
  ,"ما قصة المؤمنين الذين قتلوا في الحفرة؟", "ما آداب اﻻستئذان؟", "النبي الذي تربى في بيت حاكم مصر"],
31
  title="Qur\'an Retrieval Demo - Semantic Search",
32
- description="A basic demo based on Arabic ColBERT (100k triplets) and simple text of the Qur\'an. First query may take a minute, then much faster.\
33
  Try to include relevant terms - this is just retrieval, not LLM chat and Qur\'an is an edge case.\
34
  For details, see: https://www.linkedin.com/posts/akhooli_arabic-1-million-curated-triplets-dataset-activity-7222951839774699521-PZcw",)
35
  if __name__ == "__main__":
 
29
  "ما أهمية كتابة المعاملات؟", "أخبرني عن عذاب الله للمنافقين", "حسن معاملة الوالدين", "ما معجزات سيدنا عيسى", "ما هو التطفيف"
30
  ,"ما قصة المؤمنين الذين قتلوا في الحفرة؟", "ما آداب اﻻستئذان؟", "النبي الذي تربى في بيت حاكم مصر"],
31
  title="Qur\'an Retrieval Demo - Semantic Search",
32
+ description="A basic demo based on Arabic ColBERT (250k queries, normalized) and simple text of the Qur\'an (also normalized). First query may take a minute, then much faster.\
33
  Try to include relevant terms - this is just retrieval, not LLM chat and Qur\'an is an edge case.\
34
  For details, see: https://www.linkedin.com/posts/akhooli_arabic-1-million-curated-triplets-dataset-activity-7222951839774699521-PZcw",)
35
  if __name__ == "__main__":