Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jaidhyani committed Feb 15, 2024
1 parent f52b99b commit 47baf30
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions notebooks/end2end_demo.ipynb
Original file line number Diff line number Diff line change
@@ -1,12 +1,27 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Plan\n",
"1. Build a basic UI for testing purposes"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Generate Dummy Data"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down Expand Up @@ -135,11 +150,15 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"cell_type": "markdown",
"metadata": {},
"outputs": [],
"source": []
"source": [
"# Remaining Tasks\n",
"\n",
"1. Get all token positions\n",
"2. Get all model token predictions\n",
"3. Get all "
]
},
{
"cell_type": "code",
Expand Down

0 comments on commit 47baf30

Please sign in to comment.