OccCANINE_ISCO68 is a version of
OccCANINE fine-tuned to automatically convert English occupational descriptions into ISCO-68A codes (International Standard Classification of Occupations, 1968 revision, as used in IPUMS UK). It uses a CANINE encoder with a sequential decoder trained using a mixed loss, fine-tuned from the
OccCANINE_s2s_mix base model on IPUMS UK census data.
1from histocc import OccCANINE
2
3model = OccCANINE(name="OccCANINE_ISCO68", system="ISCO68A", hf=True)
4
5result = model.predict("blacksmith", lang="en")
Developed at the University of Southern Denmark by Christian Møller Dahl, Torben Johansen and Christian Vedel.