Nuacht

This is a simple example of a function that receives one input string parameter and tries to convert it into a float. The str_to_float.py file also has a test function < test_str_to_float(func) >, ...
I am attempting to create a BertDataBunch for a multilabel classification exactly like in the readme. I provide a list of labels but it seems like data_cls.py is expecting the labels to be floats ...