I am trying to use fastT5 library to do some benchmarking, when i try to load model,
onnx_model_paths = generate_onnx_representation(trained_model_path)
it gives out error as
'ElectraConfig' object has no attribute 'num_heads' and 'ElectraConfig' object has no attribute 'd_kv'
I am trying to use fastT5 library to do some benchmarking, when i try to load model,
onnx_model_paths = generate_onnx_representation(trained_model_path)
it gives out error as
'ElectraConfig' object has no attribute 'num_heads'
and'ElectraConfig' object has no attribute 'd_kv'