What should I do if the onnx model I converted is too large

I am trying to learn how to convert pytorch to onnx and tflite, but the converted onnx model is too large. I am using yolov8n pose, and the converted model is as large as 100mb, compared to others who only have 10mb, and the running speed is ten times slower than others. Have I forgotten anything?

this is my code