Lightning-Universe / lightning-transformers

Flexible components pairing 🤗 Transformers with :zap: Pytorch Lightning
https://lightning-transformers.readthedocs.io
Apache License 2.0
607 stars 77 forks source link

Same Val_precision, Val_recall, Val_accuracy in training. #253

Closed tanmoyio closed 2 years ago

tanmoyio commented 2 years ago

🐛 Bug

Model outputs same val_precision, val_recall, val_accuracy in starter code for text classification.

Screenshot 2022-05-25 at 12 59 38 AM

To Reproduce

Steps to reproduce the behavior:

  1. Run the starter code in text classification in README.md

I would like to work on it.

SeanNaren commented 2 years ago

Thanks @tanmoyio, must be to do with how we're passing things in the metric, let me know if you need assistance!