Uploading model to Arduino Nano 33 BLE

I am trying to upload a Edge Impulse Sensor Fusion Model to run it on my Arduino Nano 33 BLE locally after training it on the Edge Impulse. The Problem I am facing is after installing libraries and running the Static_buffer file and adding the raw feature data into Arduino IDE sketch under static const float features[]. The sketch becomes heavier and takes a lot of time to compile and majoritily it doesn’t compiles successfully.

If anyone facing similar issue with the Arduino Nano 33 BLE board, please help.