Skip to content

Commit

Permalink
Fix notebook typoes
Browse files Browse the repository at this point in the history
  • Loading branch information
minimaxir committed May 18, 2020
1 parent c5a980d commit 42e0693
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions notebooks/hacker_news_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"\n",
"The `minimaxir/hacker-news` model was finetuned on HN submissions up until May 12th with atleast 5 points.\n",
"\n",
"It uses a custom GPT-2 architecture that is only 30 MB on disk (compared to 124M GPT-2's 50MB on disk.)\n",
"It uses a custom GPT-2 architecture that is only 30 MB on disk (compared to 124M GPT-2's 500MB on disk.)\n",
"\n",
"Running the cell will download the model and cache it into `/aitextgen`."
]
Expand Down Expand Up @@ -439,4 +439,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}
8 changes: 4 additions & 4 deletions notebooks/reddit_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Loading the Hacker News Model\n",
"## Loading the Reddit Model\n",
"\n",
"The `minimaxir/reddit` model was finetuned on Reddit submissions up until August 2019, from the top 1000 posts for each of the [top 1000 subreddits](https://docs.google.com/spreadsheets/d/1zInLaR3daOC3N2ZBkudG5ypgJSaEwXqHRo9VazPFq-w/edit?usp=sharing) by unique submitters (an equal number of posts from each subreddit is important to prevent sampling bias).\n",
"The `minimaxir/reddit` model was finetuned on Reddit submissions up until August 2019, from the top 1,000 posts for each of the [top 1,000 subreddits](https://docs.google.com/spreadsheets/d/1zInLaR3daOC3N2ZBkudG5ypgJSaEwXqHRo9VazPFq-w/edit?usp=sharing) by unique submitters (an equal number of posts from each subreddit is important to prevent sampling bias).\n",
"\n",
"It uses a custom GPT-2 architecture that is only 30 MB on disk (compared to 124M GPT-2's 50MB on disk.)\n",
"It uses a custom GPT-2 architecture that is only 30 MB on disk (compared to 124M GPT-2's 500MB on disk.)\n",
"\n",
"Running the cell will download the model and cache it into `/aitextgen`."
]
Expand Down Expand Up @@ -311,4 +311,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}

0 comments on commit 42e0693

Please sign in to comment.