Skip to content

Commit

Permalink
fixing jupyter notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnieC14 committed Mar 10, 2024
1 parent bd87f68 commit a2bf6f1
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion run_pretraining.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"hello world\n"
]
}
],
"source": [
"print(\"hello world\")"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand All @@ -9,8 +26,22 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "design_fair_algo",
"language": "python",
"name": "design_fair_algo"
},
"language_info": {
"name": "python"
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.0"
}
},
"nbformat": 4,
Expand Down

0 comments on commit a2bf6f1

Please sign in to comment.