Oysiyl commited on
Commit
0b804fb
1 Parent(s): 1fcf650

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -91,10 +91,10 @@ index_name = "resume-demo"
91
  queries = [["Which masters degree Dmytro Kisil has?"],
92
  ["Which amount of salary does Dmytro Kisil is looking for?"],
93
  ["How long does Dmytro Kisil looking for a job?"],
94
- ["Why Dmytro Kisil moved to Netherlands?"],
95
  ["When Dmytro Kisil left Ukraine?"],
96
  ["Where Dmytro Kisil live now?"],
97
- ["How much years of working experience in total Dmytro Kisil has?"],
98
  ["How fast Dmytro Kisil can start working for my company?"]]
99
 
100
  embed = HuggingFaceBgeEmbeddings(model_name='BAAI/bge-small-en-v1.5')
@@ -116,7 +116,7 @@ with gr.Blocks() as demo:
116
  with gr.Row():
117
  gr.Markdown("[Resume]('https://drive.google.com/file/d/1OejkWuQKcjP73_uH6sfnj9u4hfmXQ-Oy/view?usp=sharing')")
118
  gr.Markdown("[LinkedIn]('https://www.linkedin.com/in/dmytro-kisil/')")
119
- gr.Markdown("[Another GenAI project]('https://sdloraandroidtoy.streamlit.app/')")
120
  with gr.Column():
121
  chatbot = gr.Chatbot()
122
  with gr.Row():
@@ -144,7 +144,7 @@ with gr.Blocks() as demo:
144
  maximum=8192,
145
  step=64,
146
  interactive=True,
147
- info="The maximum numbers of new tokens",
148
  )
149
  top_p = gr.Slider(
150
  label="Top-p (nucleus sampling)",
 
91
  queries = [["Which masters degree Dmytro Kisil has?"],
92
  ["Which amount of salary does Dmytro Kisil is looking for?"],
93
  ["How long does Dmytro Kisil looking for a job?"],
94
+ ["Why Dmytro Kisil moved to the Netherlands?"],
95
  ["When Dmytro Kisil left Ukraine?"],
96
  ["Where Dmytro Kisil live now?"],
97
+ ["How many years of working experience in total does Dmytro Kisil have?"],
98
  ["How fast Dmytro Kisil can start working for my company?"]]
99
 
100
  embed = HuggingFaceBgeEmbeddings(model_name='BAAI/bge-small-en-v1.5')
 
116
  with gr.Row():
117
  gr.Markdown("[Resume]('https://drive.google.com/file/d/1OejkWuQKcjP73_uH6sfnj9u4hfmXQ-Oy/view?usp=sharing')")
118
  gr.Markdown("[LinkedIn]('https://www.linkedin.com/in/dmytro-kisil/')")
119
+ gr.Markdown("[HuggingFace profile]('https://huggingface.co/Oysiyl')")
120
  with gr.Column():
121
  chatbot = gr.Chatbot()
122
  with gr.Row():
 
144
  maximum=8192,
145
  step=64,
146
  interactive=True,
147
+ info="The maximum number of new tokens",
148
  )
149
  top_p = gr.Slider(
150
  label="Top-p (nucleus sampling)",