---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
Input In [6], in <cell line: 1>()
----> 1 get_model_size('hyunjongkimmath/def_and_notat_token_classification_model')
Input In [5], in get_model_size(model_name)
8 model_info = api.model_info(model_name)
10 # Calculate total size
---> 11 total_size = sum(file.size for file in model_info.siblings)
12 return total_size
TypeError: unsupported operand type(s) for +: 'int' and 'NoneType'