Upload HuggingFaceTB_SmolLM3-3B_6.txt with huggingface_hub
Browse files
HuggingFaceTB_SmolLM3-3B_6.txt
CHANGED
|
@@ -28,7 +28,7 @@ print(tokenizer.decode(outputs[0]))
|
|
| 28 |
|
| 29 |
ERROR:
|
| 30 |
Traceback (most recent call last):
|
| 31 |
-
File "/tmp/HuggingFaceTB_SmolLM3-
|
| 32 |
inputs = tokenizer.apply_chat_template(
|
| 33 |
^^^^^^^^^
|
| 34 |
NameError: name 'tokenizer' is not defined
|
|
|
|
| 28 |
|
| 29 |
ERROR:
|
| 30 |
Traceback (most recent call last):
|
| 31 |
+
File "/tmp/HuggingFaceTB_SmolLM3-3B_6Wkbs8V.py", line 30, in <module>
|
| 32 |
inputs = tokenizer.apply_chat_template(
|
| 33 |
^^^^^^^^^
|
| 34 |
NameError: name 'tokenizer' is not defined
|