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
I am trying to run "huggingface/accelerate/examples/nlp_example.py", and this error happened.
What should I do to solve this error?
$ python accelerate/examples/nlp_example.py
Traceback (most recent call last):
File "/home/ubuntu/huggingface/accelerate/examples/nlp_example.py", line 208, in<module>main()
File "/home/ubuntu/huggingface/accelerate/examples/nlp_example.py", line 204, in main
training_function(config, args)
File "/home/ubuntu/huggingface/accelerate/examples/nlp_example.py", line 122, in training_function
metric = evaluate.load("glue", "mrpc")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/miniconda3/envs/ray_tutorial/lib/python3.11/site-packages/evaluate/loading.py", line 748, in load
evaluation_module = evaluation_module_factory(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/miniconda3/envs/ray_tutorial/lib/python3.11/site-packages/evaluate/loading.py", line 681, in evaluation_module_factory
raise FileNotFoundError(
FileNotFoundError: Couldn't find a module script at /home/ubuntu/huggingface/glue/glue.py. Module 'glue' doesn't exist on the Hugging Face Hub either.
(When I asked this issue at accelerate repository, they told me that this issue is related to this repository. here)
I apologize if there was already a similar issue.
Thanks for your help and kindness!!
The text was updated successfully, but these errors were encountered:
I am a beginner at Hugging Face.
I am trying to run "huggingface/accelerate/examples/nlp_example.py", and this error happened.
What should I do to solve this error?
(When I asked this issue at accelerate repository, they told me that this issue is related to this repository. here)
I apologize if there was already a similar issue.
Thanks for your help and kindness!!
The text was updated successfully, but these errors were encountered: