Skip to content

Commit

Permalink
Add download command for dataset (openai#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
zfb132 authored Jun 8, 2023
1 parent 283ab49 commit 38c42a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Security Policy
For a more in-depth look at our security policy, please check out our [Coordinated Vulnerability Disclosure Policy](https://openai.com/security/disclosure/#:~:text=Disclosure%20Policy,-Security%20is%20essential&text=OpenAI%27s%20coordinated%20vulnerability%20disclosure%20policy,expect%20from%20us%20in%20return.).

Our PGP key can located [at this address.](https://cdn.openai.com/security.txt)
Our PGP key is located [at this address.](https://cdn.openai.com/security.txt)
2 changes: 2 additions & 0 deletions examples/lambada.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
"outputs": [],
"source": [
"# Download LAMBADA from https://zenodo.org/record/2630551 and place in examples/lambada-dataset\n",
"!curl -O https://zenodo.org/record/2630551/files/lambada-dataset.tar.gz\n",
"!tar -xzf lambada-dataset.tar.gz --one-top-level\n",
"!ls lambada-dataset\n",
"import os\n",
"import pandas as pd\n",
Expand Down

0 comments on commit 38c42a2

Please sign in to comment.