Skip to content

Commit

Permalink
Minor remote examples clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
NivekT committed Oct 30, 2023
1 parent d1d073b commit 817725a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"id": "38786a7d",
"metadata": {},
"source": [
"## Prompt Template"
"## Prompt Template Harness"
]
},
{
Expand Down Expand Up @@ -52,26 +52,6 @@
" model_arguments=None)"
]
},
{
"cell_type": "code",
"execution_count": 3,
"id": "e6b84646",
"metadata": {},
"outputs": [],
"source": [
"harness.prepare()"
]
},
{
"cell_type": "code",
"execution_count": 4,
"id": "cc6cc3ea",
"metadata": {},
"outputs": [],
"source": [
"harness.run()"
]
},
{
"cell_type": "code",
"execution_count": 5,
Expand Down Expand Up @@ -169,6 +149,8 @@
}
],
"source": [
"harness.prepare()\n",
"harness.run()\n",
"harness.visualize()"
]
},
Expand Down Expand Up @@ -199,7 +181,7 @@
}
],
"source": [
"harness.save_experiment(\"HARNESS\")"
"harness.save_experiment(\"HistoryExam\")"
]
},
{
Expand Down Expand Up @@ -1093,7 +1075,7 @@
"id": "2ebbc052",
"metadata": {},
"source": [
"## System Prompt"
"## System Prompt Harness"
]
},
{
Expand Down Expand Up @@ -1688,7 +1670,15 @@
}
],
"source": [
"harness.save_experiment(\"Comparison HARNESS\")"
"harness.save_experiment(\"HistoryModelComparison\")"
]
},
{
"cell_type": "markdown",
"id": "c16ef295",
"metadata": {},
"source": [
"### Load from Remote"
]
},
{
Expand Down

0 comments on commit 817725a

Please sign in to comment.