Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
NirantK committed Aug 10, 2021
1 parent d56b313 commit 16ec53c
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions 10_Coherence_Check .ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "c96ca85d",
"id": "eaddf896",
"metadata": {},
"source": [
"# Coherence Check\n",
Expand All @@ -23,10 +23,21 @@
"> - From [Improving Language Generation with Sentence Coherence Objective](https://www.arxiv-vanity.com/papers/2009.06358/)"
]
},
{
"cell_type": "code",
"execution_count": 14,
"id": "4d89e1c7",
"metadata": {},
"outputs": [],
"source": [
"# TODO\n",
"# Add example of perplexity change using GPT-2 or T5"
]
},
{
"cell_type": "code",
"execution_count": 3,
"id": "3f8f78be",
"id": "7c7968c8",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -39,7 +50,7 @@
{
"cell_type": "code",
"execution_count": 12,
"id": "69cad8de",
"id": "a211f62c",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -121,7 +132,7 @@
{
"cell_type": "code",
"execution_count": 13,
"id": "4a85105a",
"id": "5e444ebd",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -175,7 +186,7 @@
},
{
"cell_type": "markdown",
"id": "a9aef873",
"id": "9520b847",
"metadata": {},
"source": [
"Notice that when the phrase/clause is used - the verb \"Stitch\" does not have a subject. While the previous one, does via `conj` (conjuction). \n",
Expand Down

0 comments on commit 16ec53c

Please sign in to comment.