aiverify-foundation / moonshot-data

Contains all assets to run with Moonshot Library (Connectors, Datasets and Metrics)
Apache License 2.0
14 stars 15 forks source link

Fixed Bug - Added str conversation to all strings before stripping away whitespaces #6

Closed imda-lseokmin closed 4 months ago

imda-lseokmin commented 4 months ago

There's a bug where rstrip is used on a bool. All results and predicted responses should be converted to string. Hence, this behaviour is incorrect and we need to do the conversion.