hw description update
Browse files- rag-homework.ipynb +10 -2
rag-homework.ipynb
CHANGED
@@ -221,13 +221,21 @@
|
|
221 |
},
|
222 |
{
|
223 |
"cell_type": "code",
|
224 |
-
"execution_count":
|
225 |
"id": "39c18ba0-e54a-478f-9e60-0ea65c29238a",
|
226 |
"metadata": {},
|
227 |
"outputs": [],
|
228 |
"source": [
|
229 |
-
"# The code implementing LLM-as-a-Judge and "
|
230 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
231 |
}
|
232 |
],
|
233 |
"metadata": {
|
|
|
221 |
},
|
222 |
{
|
223 |
"cell_type": "code",
|
224 |
+
"execution_count": 2,
|
225 |
"id": "39c18ba0-e54a-478f-9e60-0ea65c29238a",
|
226 |
"metadata": {},
|
227 |
"outputs": [],
|
228 |
"source": [
|
229 |
+
"# The code implementing LLM-as-a-Judge and the evaluation results"
|
230 |
]
|
231 |
+
},
|
232 |
+
{
|
233 |
+
"cell_type": "code",
|
234 |
+
"execution_count": null,
|
235 |
+
"id": "2ce78700-2578-4719-8b6b-d59fc669d1c1",
|
236 |
+
"metadata": {},
|
237 |
+
"outputs": [],
|
238 |
+
"source": []
|
239 |
}
|
240 |
],
|
241 |
"metadata": {
|