Merge pull request #128 from Vijayabhaskar96/patch-3

remove duplicate cell
This commit is contained in:
Sylvain Gugger 2020-04-19 10:07:19 -04:00 committed by GitHub
commit f455141a50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,29 +147,6 @@
"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",
"metadata": {},