Skip to content

Commit f4d8e72

Browse files
authored
improve readability (#6)
1 parent 3549fe7 commit f4d8e72

File tree

2 files changed

+45
-1400
lines changed

2 files changed

+45
-1400
lines changed

rag-playground/basecamp-handbook/baseline.ipynb

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "5d7d6d21",
5+
"id": "8621e835",
66
"metadata": {},
77
"source": [
88
"## Baseline\n",
@@ -13,7 +13,7 @@
1313
{
1414
"cell_type": "code",
1515
"execution_count": 2,
16-
"id": "fae55e46",
16+
"id": "a84d1f79",
1717
"metadata": {},
1818
"outputs": [
1919
{
@@ -59,7 +59,7 @@
5959
{
6060
"cell_type": "code",
6161
"execution_count": 4,
62-
"id": "ea340a1b",
62+
"id": "a2c5f874",
6363
"metadata": {},
6464
"outputs": [
6565
{
@@ -85,7 +85,7 @@
8585
{
8686
"cell_type": "code",
8787
"execution_count": 5,
88-
"id": "e59b71b8",
88+
"id": "a6519df0",
8989
"metadata": {},
9090
"outputs": [],
9191
"source": [
@@ -98,7 +98,7 @@
9898
{
9999
"cell_type": "code",
100100
"execution_count": 7,
101-
"id": "5b6f4c8b",
101+
"id": "baa208cd",
102102
"metadata": {},
103103
"outputs": [
104104
{
@@ -118,7 +118,7 @@
118118
{
119119
"cell_type": "code",
120120
"execution_count": 8,
121-
"id": "821307b9",
121+
"id": "118d251d",
122122
"metadata": {},
123123
"outputs": [
124124
{
@@ -137,7 +137,7 @@
137137
},
138138
{
139139
"cell_type": "markdown",
140-
"id": "b5e20959",
140+
"id": "e165bd7a",
141141
"metadata": {},
142142
"source": [
143143
"### Running Evaluations"
@@ -146,7 +146,7 @@
146146
{
147147
"cell_type": "code",
148148
"execution_count": 11,
149-
"id": "b7f13a15",
149+
"id": "4ced68af",
150150
"metadata": {},
151151
"outputs": [
152152
{
@@ -192,7 +192,7 @@
192192
{
193193
"cell_type": "code",
194194
"execution_count": 12,
195-
"id": "70b5b3b3",
195+
"id": "e14aafad",
196196
"metadata": {},
197197
"outputs": [],
198198
"source": [
@@ -203,7 +203,7 @@
203203
{
204204
"cell_type": "code",
205205
"execution_count": 13,
206-
"id": "1a0bc417",
206+
"id": "d5594de4",
207207
"metadata": {},
208208
"outputs": [
209209
{
@@ -273,7 +273,7 @@
273273
},
274274
{
275275
"cell_type": "markdown",
276-
"id": "e7c24549",
276+
"id": "b4529e58",
277277
"metadata": {},
278278
"source": [
279279
"Seems like overall scores are good. Lets look into a bit more to see which questions gave bad results."
@@ -282,7 +282,7 @@
282282
{
283283
"cell_type": "code",
284284
"execution_count": 15,
285-
"id": "8a0ad424",
285+
"id": "f2211f35",
286286
"metadata": {},
287287
"outputs": [
288288
{
@@ -407,7 +407,7 @@
407407
},
408408
{
409409
"cell_type": "markdown",
410-
"id": "f65cb827",
410+
"id": "57138d44",
411411
"metadata": {},
412412
"source": [
413413
"With a small utility function we can see the question, answer, contexts."
@@ -416,7 +416,7 @@
416416
{
417417
"cell_type": "code",
418418
"execution_count": 45,
419-
"id": "5b94e540",
419+
"id": "e496210c",
420420
"metadata": {},
421421
"outputs": [],
422422
"source": [
@@ -451,7 +451,7 @@
451451
{
452452
"cell_type": "code",
453453
"execution_count": 46,
454-
"id": "9842219a",
454+
"id": "ec86e750",
455455
"metadata": {},
456456
"outputs": [
457457
{
@@ -492,7 +492,7 @@
492492
},
493493
{
494494
"cell_type": "markdown",
495-
"id": "d85441a1",
495+
"id": "ad2639ba",
496496
"metadata": {},
497497
"source": [
498498
"Seems like the question is a bit off and the LLM actually makes a lot of stuff to answer the questions because the retrieved context is not very good.\n",
@@ -528,7 +528,7 @@
528528
{
529529
"cell_type": "code",
530530
"execution_count": 44,
531-
"id": "df5cc616",
531+
"id": "d8310bef",
532532
"metadata": {},
533533
"outputs": [
534534
{
@@ -600,7 +600,7 @@
600600
},
601601
{
602602
"cell_type": "markdown",
603-
"id": "b89aaf54",
603+
"id": "7332640c",
604604
"metadata": {},
605605
"source": [
606606
"### why?\n",
@@ -610,7 +610,7 @@
610610
{
611611
"cell_type": "code",
612612
"execution_count": 47,
613-
"id": "259c31da",
613+
"id": "3431e6f3",
614614
"metadata": {},
615615
"outputs": [
616616
{

0 commit comments

Comments
 (0)