Skip to content

Commit 1cbed28

Browse files
committed
docs: remove useless print in notebook
1 parent 1206895 commit 1cbed28

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

examples/models-usages/generation/transformer-text-generation/transformer-for-translation.ipynb

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -349,29 +349,6 @@
349349
" print(f\"Translation: {translation}\")\n",
350350
" "
351351
]
352-
},
353-
{
354-
"cell_type": "code",
355-
"execution_count": null,
356-
"id": "79c382d0",
357-
"metadata": {},
358-
"outputs": [
359-
{
360-
"name": "stdout",
361-
"output_type": "stream",
362-
"text": [
363-
"\n",
364-
"=== TEST SANS MASQUE (TRICHE) ===\n",
365-
"Logits pour chaque position (sans masque) :\n",
366-
" Position 0: [1778 323 941] -> ['officials', 'least', 'exclaimed']\n",
367-
" Position 1: [1778 323 941] -> ['officials', 'least', 'exclaimed']\n",
368-
" Position 2: [1778 323 941] -> ['officials', 'least', 'exclaimed']\n",
369-
" Position 3: [1778 323 941] -> ['officials', 'least', 'exclaimed']\n",
370-
" Position 4: [1778 323 941] -> ['officials', 'least', 'exclaimed']\n"
371-
]
372-
}
373-
],
374-
"source": []
375352
}
376353
],
377354
"metadata": {

0 commit comments

Comments
 (0)