Upload HuggingFaceTB_SmolLM3-3B_5.txt with huggingface_hub
Browse files
HuggingFaceTB_SmolLM3-3B_5.txt
CHANGED
|
@@ -23,7 +23,7 @@ print(tokenizer.decode(output_ids, skip_special_tokens=True))
|
|
| 23 |
|
| 24 |
ERROR:
|
| 25 |
Traceback (most recent call last):
|
| 26 |
-
File "/tmp/HuggingFaceTB_SmolLM3-
|
| 27 |
text = tokenizer.apply_chat_template(
|
| 28 |
^^^^^^^^^
|
| 29 |
NameError: name 'tokenizer' is not defined
|
|
|
|
| 23 |
|
| 24 |
ERROR:
|
| 25 |
Traceback (most recent call last):
|
| 26 |
+
File "/tmp/HuggingFaceTB_SmolLM3-3B_5Ag4mBV.py", line 22, in <module>
|
| 27 |
text = tokenizer.apply_chat_template(
|
| 28 |
^^^^^^^^^
|
| 29 |
NameError: name 'tokenizer' is not defined
|