You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, can you provide the information about the requirements for running this code? since we are confused on this requirements version and got a lot of errors.
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/cluster/tufts/laolab/sfan06/sfanPorject/Edge-LLM/main.py", line 384, in
train()
File "/cluster/tufts/laolab/sfan06/sfanPorject/Edge-LLM/main.py", line 194, in train
trainer = Seq2SeqTrainer(
File "/cluster/tufts/laolab/sfan06/sfanPorject/condaenv/edgellm/lib/python3.9/site-packages/transformers/utils/deprecation.py", line 165, in wrapped_func
return func(*args, **kwargs)
File "/cluster/tufts/laolab/sfan06/sfanPorject/condaenv/edgellm/lib/python3.9/site-packages/transformers/trainer_seq2seq.py", line 72, in init
super().init(
TypeError: init() got an unexpected keyword argument 'processing_class'
I got kind of same question, this means the transformer version problem. I have not fix this yet.
Hi, can you provide the information about the requirements for running this code? since we are confused on this requirements version and got a lot of errors.
The text was updated successfully, but these errors were encountered: