Jayesh Choudhari
Jayesh Choudhari
While running the code after installing the requirements the following error is encountered: ``` --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) Cell In[5], line 7 5 import numpy as np...
Trying to run the example given in the [README](https://github.com/huggingface/setfit?tab=readme-ov-file) gives an AttributeError -- `'TrainingArguments' object has no attribute 'eval_strategy'`. However, there is no attribute 'eval_strategy' mentioned in the code.