Upload PleIAs_Baguettotron_1.txt with huggingface_hub
Browse files
PleIAs_Baguettotron_1.txt
CHANGED
|
@@ -21,7 +21,7 @@ print(tokenizer.decode(outputs[0][inputs["input_ids"].shape[-1]:]))
|
|
| 21 |
|
| 22 |
ERROR:
|
| 23 |
Traceback (most recent call last):
|
| 24 |
-
File "/tmp/
|
| 25 |
inputs = tokenizer.apply_chat_template(
|
| 26 |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
|
| 27 |
messages,
|
|
@@ -31,9 +31,9 @@ Traceback (most recent call last):
|
|
| 31 |
^^^^^^^^^^^^^^^^^^^^
|
| 32 |
).to(model.device)
|
| 33 |
^
|
| 34 |
-
File "/tmp/.cache/uv/environments-v2/764d8b6eaf4a560a/lib/python3.13/site-packages/transformers/tokenization_utils_base.py", line
|
| 35 |
chat_template = self.get_chat_template(chat_template, tools)
|
| 36 |
-
File "/tmp/.cache/uv/environments-v2/764d8b6eaf4a560a/lib/python3.13/site-packages/transformers/tokenization_utils_base.py", line
|
| 37 |
raise ValueError(
|
| 38 |
...<4 lines>...
|
| 39 |
)
|
|
|
|
| 21 |
|
| 22 |
ERROR:
|
| 23 |
Traceback (most recent call last):
|
| 24 |
+
File "/tmp/PleIAs_Baguettotron_167rP4S.py", line 31, in <module>
|
| 25 |
inputs = tokenizer.apply_chat_template(
|
| 26 |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
|
| 27 |
messages,
|
|
|
|
| 31 |
^^^^^^^^^^^^^^^^^^^^
|
| 32 |
).to(model.device)
|
| 33 |
^
|
| 34 |
+
File "/tmp/.cache/uv/environments-v2/764d8b6eaf4a560a/lib/python3.13/site-packages/transformers/tokenization_utils_base.py", line 1647, in apply_chat_template
|
| 35 |
chat_template = self.get_chat_template(chat_template, tools)
|
| 36 |
+
File "/tmp/.cache/uv/environments-v2/764d8b6eaf4a560a/lib/python3.13/site-packages/transformers/tokenization_utils_base.py", line 1825, in get_chat_template
|
| 37 |
raise ValueError(
|
| 38 |
...<4 lines>...
|
| 39 |
)
|