mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
remove redundant indentation
This commit is contained in:
@@ -1247,8 +1247,8 @@
|
||||
" model=model, idx=encoded,\n",
|
||||
" max_new_tokens=50, context_size=context_size\n",
|
||||
" )\n",
|
||||
" decoded_text = token_ids_to_text(token_ids, tokenizer)\n",
|
||||
" print(decoded_text.replace(\"\\n\", \" \")) # Compact print format\n",
|
||||
" decoded_text = token_ids_to_text(token_ids, tokenizer)\n",
|
||||
" print(decoded_text.replace(\"\\n\", \" \")) # Compact print format\n",
|
||||
" model.train()"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user