I have an answer for you, my friend!
For show exact values of intelligence and facial beauty while buying a slave:
src\npc\descriptions\longSlave.js:
In the section enclosed by if (market && market !== "starting") {, right before the line r.push(App.UI.DOM.makeElement("span", '${slave.slaveName}', "name"));, add the following lines:
r.push(App.UI.DOM.makeElement("indent", `IQ ${slave.intelligence}, face ${slave.face}`));
r.toParagraph();
P.S.
Note that this will show you the slave's natural intelligence, which ranges from -100 to 100; remember that psychostims can improve that by up to 15 points, and that the final displayed number adds education, which ranges from -30 to 30 and brings you to the final range of -130 to 130. Just keep in mind that any intelligence value of 85 or above can be raised to perfect genius.