I have been trying to fine tune the model using the instructions given in - microsoft/deberta-v3-large · Hugging Face
but I am getting
ImportError: This example requires a source install from HuggingFace Transformers (see https://huggingface.co/transformers/installation.html#installing-from-source), but the version found is 4.11.3.
so I cloned the transformers repo on my device and now I am getting an error saying it can’t run the run_glue.py.
What am I doing incorrectly?
Thank you.