The vertex shader will not know the bounds of the model, as vertex data can extend to any value. You will have to add a uniform specifying the size of the mesh.
If your mesh was size 1x1 and scaled up, you might be able to use the MODEL_MATRIX to invert the transformation back to a 0-1 scale.