remove duplicate cell

removes duplicate cell
This commit is contained in:
Vijayabhaskar 2020-04-19 15:14:30 +05:30 committed by GitHub
parent 7b4f794ae0
commit 8c21f2ddb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,29 +147,6 @@
"toks[0]" "toks[0]"
] ]
}, },
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"tensor([ 2, 8, 20, 27, 11, 88, 18, 53, 3286, 45])"
]
},
"execution_count": null,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"num = Numericalize()\n",
"num.setup(toks)\n",
"nums = toks.map(num)\n",
"nums[0][:10]"
]
},
{ {
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},