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