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, I am Heejo.
Thank you for the amazing package!
I followed your guide and got an error in run_finetune.py
Traceback (most recent call last):
File "run_finetune.py", line 36, in
from transformers import (
ModuleNotFoundError: No module named 'transformers'
I think that I should not install the module using 'pip install transformers'
because you extended the code from huggingface.
How can I install your modified transformers package?
The text was updated successfully, but these errors were encountered:
Hi, I am Heejo.
Thank you for the amazing package!
I followed your guide and got an error in run_finetune.py
Traceback (most recent call last):
File "run_finetune.py", line 36, in
from transformers import (
ModuleNotFoundError: No module named 'transformers'
I think that I should not install the module using 'pip install transformers'
because you extended the code from huggingface.
How can I install your modified transformers package?
The text was updated successfully, but these errors were encountered: