Skip to content

Commit

Permalink
Update zero_shot_schema-gpt.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyGE authored May 12, 2023
1 parent 84211a3 commit c8b13a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark_tasks/zero_shot/zero_shot_schema-gpt.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"source": [
"from sentence_transformers import SentenceTransformer, util\n",
"import os\n",
"os.environ[\"OPENAI_API_KEY\"] = \"",
"os.environ[\"OPENAI_API_KEY\"] = \"\n",
"os.chdir('../')\n",
"from general_dataset import GeneralDataset\n",
"from torch.utils.data import DataLoader\n",
Expand Down

0 comments on commit c8b13a2

Please sign in to comment.