mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-11-01 10:20:00 +00:00
remove redundant indentation
This commit is contained in:
parent
70a7cddf9c
commit
742525cb28
@ -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()"
|
||||
]
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user