Skip to content

Commit 6cdbe0b

Browse files
authored
Merge pull request #35 from meta-llama/update-facility-eval
fix eval ipynb
2 parents dd9232f + 2912cd0 commit 6cdbe0b

File tree

1 file changed

+5
-34
lines changed

1 file changed

+5
-34
lines changed

use-cases/facility-support-analyzer/eval.ipynb

Lines changed: 5 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
},
9090
{
9191
"cell_type": "code",
92-
"execution_count": 4,
92+
"execution_count": null,
9393
"id": "6a447f4a-5aac-4f85-8393-6f9bade1ce30",
9494
"metadata": {},
9595
"outputs": [],
@@ -105,21 +105,10 @@
105105
},
106106
{
107107
"cell_type": "code",
108-
"execution_count": 5,
108+
"execution_count": null,
109109
"id": "ba35209a-c778-4d9b-a575-a27bb9078caf",
110110
"metadata": {},
111-
"outputs": [
112-
{
113-
"data": {
114-
"text/plain": [
115-
"60"
116-
]
117-
},
118-
"execution_count": 5,
119-
"metadata": {},
120-
"output_type": "execute_result"
121-
}
122-
],
111+
"outputs": [],
123112
"source": [
124113
"dataset_test = dataset[int(len(dataset)*0.7):]\n",
125114
"len(dataset_test)"
@@ -130,17 +119,7 @@
130119
"execution_count": null,
131120
"id": "e68c6fd3-b191-47e4-9d18-9fa1596ecb50",
132121
"metadata": {},
133-
"outputs": [
134-
{
135-
"name": "stderr",
136-
"output_type": "stream",
137-
"text": [
138-
"/Users/justinai/anaconda3/envs/sap-prompt-opt/lib/python3.9/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n",
139-
" from .autonotebook import tqdm as notebook_tqdm\n",
140-
"Processing batches: 92%|█████████▏| 11/12 [00:58<00:05, 5.46s/it]"
141-
]
142-
}
143-
],
122+
"outputs": [],
144123
"source": [
145124
"import asyncio\n",
146125
"from tqdm.auto import tqdm\n",
@@ -205,15 +184,7 @@
205184
{
206185
"cell_type": "code",
207186
"execution_count": null,
208-
"id": "f751aad4-c534-4f9c-a3c2-fffc06a1c485",
209-
"metadata": {},
210-
"outputs": [],
211-
"source": []
212-
},
213-
{
214-
"cell_type": "code",
215-
"execution_count": null,
216-
"id": "3336a411",
187+
"id": "8de1c4de",
217188
"metadata": {},
218189
"outputs": [],
219190
"source": []

0 commit comments

Comments
 (0)