Skip to content

Commit 5836880

Browse files
Merge branch 'main' into add-evaluation-cookbook
2 parents 0de20a5 + e82d689 commit 5836880

File tree

7 files changed

+1382
-5
lines changed

7 files changed

+1382
-5
lines changed

authors.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,4 +271,9 @@ erikakettleson-openai:
271271
jannik-maierhofer:
272272
name: "Jannik Maierhöfer"
273273
website: "https://www.linkedin.com/in/maierhoefer/"
274-
avatar: "https://avatars.githubusercontent.com/u/48529566"
274+
avatar: "https://avatars.githubusercontent.com/u/48529566?v=4"
275+
276+
josiah-openai:
277+
name: "Josiah Grace"
278+
website: "https://www.linkedin.com/in/josiahbgrace"
279+
avatar: "https://avatars.githubusercontent.com/u/181146311?v=4"

examples/evaluation/Getting_Started_with_OpenAI_Evals.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
}
2222
},
2323
"source": [
24+
"**Note: OpenAI now has a hosted evals product with an API! We recommend you use this instead.\n",
25+
"See [Evals](https://platform.openai.com/docs/guides/evals)**\n",
26+
"\n",
2427
"The [OpenAI Evals](https://github.com/openai/evals/tree/main) framework consists of\n",
2528
"1. A framework to evaluate an LLM (large language model) or a system built on top of an LLM.\n",
2629
"2. An open-source registry of challenging evals\n",
@@ -419,7 +422,7 @@
419422
"text": [
420423
"[2024-03-26 19:44:39,836] [registry.py:257] Loading registry from /Users/shyamal/.virtualenvs/openai/lib/python3.11/site-packages/evals/registry/evals\n",
421424
"[2024-03-26 19:44:43,623] [registry.py:257] Loading registry from /Users/shyamal/.evals/evals\n",
422-
"[2024-03-26 19:44:43,635] [oaieval.py:189] \u001B[1;35mRun started: 240327024443FACXGMKA\u001B[0m\n",
425+
"[2024-03-26 19:44:43,635] [oaieval.py:189] \u001b[1;35mRun started: 240327024443FACXGMKA\u001b[0m\n",
423426
"[2024-03-26 19:44:43,663] [registry.py:257] Loading registry from /Users/shyamal/.virtualenvs/openai/lib/python3.11/site-packages/evals/registry/modelgraded\n",
424427
"[2024-03-26 19:44:43,851] [registry.py:257] Loading registry from /Users/shyamal/.evals/modelgraded\n",
425428
"[2024-03-26 19:44:43,853] [data.py:90] Fetching /Users/shyamal/.virtualenvs/openai/lib/python3.11/site-packages/evals/registry/data/sql/spider_sql.jsonl\n",

0 commit comments

Comments
 (0)