Skip to content

Commit c5f614b

Browse files
committed
ignore tests
1 parent c3c779d commit c5f614b

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed

nbs/metric/base.ipynb

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -131,38 +131,9 @@
131131
" \n",
132132
" return results[0] # Placeholder for ensemble logic\n",
133133
"\n",
134-
" "
135-
]
136-
},
137-
{
138-
"cell_type": "code",
139-
"execution_count": null,
140-
"id": "9ba99094",
141-
"metadata": {},
142-
"outputs": [
143-
{
144-
"data": {
145-
"text/plain": [
146-
"0"
147-
]
148-
},
149-
"execution_count": null,
150-
"metadata": {},
151-
"output_type": "execute_result"
152-
}
153-
],
154-
"source": [
155134
"my_metric = CustomMetric(name=\"example\", prompt=\"What is the result of {input}?\", llm=LLM())\n",
156135
"my_metric.score(input=\"test\")"
157136
]
158-
},
159-
{
160-
"cell_type": "code",
161-
"execution_count": null,
162-
"id": "1327f250",
163-
"metadata": {},
164-
"outputs": [],
165-
"source": []
166137
}
167138
],
168139
"metadata": {},

nbs/metric/discrete.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
}
137137
],
138138
"source": [
139+
"#| eval: false\n",
139140
"@discrete_metric(llm=LLM(),\n",
140141
" prompt=\"Evaluate if given answer is helpful\\n\\n{response}\",\n",
141142
" name='new_metric',values=[\"low\",\"med\",\"high\"])\n",

0 commit comments

Comments
 (0)