Rachel0619 commited on
Commit
a230a5b
·
1 Parent(s): 9ca1fce

updated agent.json

Browse files
Files changed (2) hide show
  1. agent.json +0 -1
  2. question_retriever.ipynb +4 -4
agent.json CHANGED
@@ -9,7 +9,6 @@
9
  "model": {
10
  "class": "InferenceClientModel",
11
  "data": {
12
- "model_name": "Qwen/Qwen2.5-Coder-32B-Instruct",
13
  "last_input_token_count": null,
14
  "last_output_token_count": null,
15
  "model_id": "Qwen/Qwen2.5-Coder-32B-Instruct"
 
9
  "model": {
10
  "class": "InferenceClientModel",
11
  "data": {
 
12
  "last_input_token_count": null,
13
  "last_output_token_count": null,
14
  "model_id": "Qwen/Qwen2.5-Coder-32B-Instruct"
question_retriever.ipynb CHANGED
@@ -228,22 +228,22 @@
228
  },
229
  {
230
  "cell_type": "code",
231
- "execution_count": 17,
232
  "metadata": {},
233
  "outputs": [
234
  {
235
  "data": {
236
  "text/plain": [
237
- "'In the video https://www.youtube.com/watch?v=L1vXCYZAYYM, what is the highest number of bird species to be on camera simultaneously?'"
238
  ]
239
  },
240
- "execution_count": 17,
241
  "metadata": {},
242
  "output_type": "execute_result"
243
  }
244
  ],
245
  "source": [
246
- "df_level1.loc[4, 'Question']"
247
  ]
248
  },
249
  {
 
228
  },
229
  {
230
  "cell_type": "code",
231
+ "execution_count": 18,
232
  "metadata": {},
233
  "outputs": [
234
  {
235
  "data": {
236
  "text/plain": [
237
+ "'If Eliud Kipchoge could maintain his record-making marathon pace indefinitely, how many thousand hours would it take him to run the distance between the Earth and the Moon its closest approach? Please use the minimum perigee value on the Wikipedia page for the Moon when carrying out your calculation. Round your result to the nearest 1000 hours and do not use any comma separators if necessary.'"
238
  ]
239
  },
240
+ "execution_count": 18,
241
  "metadata": {},
242
  "output_type": "execute_result"
243
  }
244
  ],
245
  "source": [
246
+ "df_level1.loc[0, 'Question']"
247
  ]
248
  },
249
  {