It says g-s and deg/sec but it seems to me its not what I'm getting. What do you think?
I'm not an electrical/ software engineer, the data sheet is hard for me to understand.
The sensor is BHI260AP and its datasheet is here https://docs.arduino.cc/hardware/nicla-sense-me#tutorials
The units will be whatever the library returns, so check the library documentation.
When held still, the accelerometer will measure 1 g along any vertical axis, so if you see a large number along that axis, that would be the raw value that corresponds to 1 g.
The data in your post suggest to me that the units are raw, and that the accelerometer does not have one axis aligned with the vertical. In that case, check the data sheet for the meaning of the raw units.
Keep in mind that the gyro measures rotation rate, not angles.