Traceback (most recent call last): | |
File "/tmp/HuggingFaceTB_SmolLM3-3B_1WOfZK8.py", line 16, in <module> | |
text = tokenizer.apply_chat_template( | |
^^^^^^^^^ | |
NameError: name 'tokenizer' is not defined | |
Traceback (most recent call last): | |
File "/tmp/HuggingFaceTB_SmolLM3-3B_1WOfZK8.py", line 16, in <module> | |
text = tokenizer.apply_chat_template( | |
^^^^^^^^^ | |
NameError: name 'tokenizer' is not defined | |