How to load the model .onnx with .onnx.data in NNE

About NNE, My YoloModel was so large that it was outputted and divided to 2 copies yolo.onnx and yolo.onnx.data. So,I wonder how to load the complex format in UE. After putting the double files in the same doc , I used this order:"UPROPERTY(EditAnywhere)
TObjectPtr ModelData;"to load my model selected in to ModelData. But, it does not work.