Skip to content

Commit

Permalink
updated gpt-4-turbo result
Browse files Browse the repository at this point in the history
  • Loading branch information
John Shiu committed Jun 21, 2024
1 parent 51bca49 commit ba97433
Show file tree
Hide file tree
Showing 6 changed files with 428 additions and 33 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
- defaults
- anaconda
dependencies:
- altair=5.3
- tectonic=0.15.0
- pandoc=3.2
- poetry=1.8.3
Expand Down
19 changes: 13 additions & 6 deletions report/final_report/01_preprocess.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -178,19 +178,26 @@
"outputs": [],
"source": [
"df_repo_run_file = get_scores_by_repo_by_run_by_file('../../data/processed/batch_run_3.5-turbo/')\n",
"df_repo_run, df_repo__stat, df_repo__count = preprocess(df_repo_run_file)"
"df_repo_run, df_repo__stat, df_repo__count = preprocess(df_repo_run_file)\n",
"\n",
"df_repo_run.to_csv('score_by_repo_run_3.5-turbo.csv', index=False)\n",
"df_repo__stat.to_csv('score_stat_by_repo_3.5-turbo.csv', index=False)\n",
"df_repo__count.to_csv('score_count_by_repo_3.5-turbo.csv', index=False)"
]
},
{
"cell_type": "code",
"execution_count": 4,
"id": "31c1ce0b-14e3-4825-aa6e-74dd4d4af960",
"execution_count": 5,
"id": "853ba351-b620-4833-8683-a4e62c7fd9a4",
"metadata": {},
"outputs": [],
"source": [
"df_repo_run.to_csv('score_by_repo_run_3.5-turbo.csv', index=False)\n",
"df_repo__stat.to_csv('score_stat_by_repo_3.5-turbo.csv', index=False)\n",
"df_repo__count.to_csv('score_count_by_repo_3.5-turbo.csv', index=False)"
"df_repo_run_file = get_scores_by_repo_by_run_by_file('../../data/processed/batch_run_4-turbo/')\n",
"df_repo_run, df_repo__stat, df_repo__count = preprocess(df_repo_run_file)\n",
"\n",
"df_repo_run.to_csv('score_by_repo_run_4-turbo.csv', index=False)\n",
"df_repo__stat.to_csv('score_stat_by_repo_4-turbo.csv', index=False)\n",
"df_repo__count.to_csv('score_count_by_repo_4-turbo.csv', index=False)"
]
},
{
Expand Down
Loading

0 comments on commit ba97433

Please sign in to comment.