set the transformers version greater than 4.41 as it may have severe performance degradation. (@Ssukriti)
set upper limit of transformers to 5.0, and removing this version constraint (!=4.38.2)
Related issue number
Fix of #246
How to verify the PR
Was the PR tested
[ ] I have added >=1 unit test(s) for every new method I have added.
@Abhishek-TAMU your commit history from this branch contains too many commits, this should only include the single commit with your change for the lower bound of teh transformers version
Description of the change
set the transformers version greater than 4.41 as it may have severe performance degradation. (@Ssukriti) set upper limit of transformers to 5.0, and removing this version constraint (!=4.38.2)
Related issue number
Fix of #246
How to verify the PR
Was the PR tested