Error
ModuleNotFoundError: No module named 'dacite'
Context
This error occurs when running :
modernvbert/contrastive_training/evaluate.py
Investigation
The error originates from modernvbert/contrastive_training/config.py, which imports dacite.
However, dacite is not listed as a dependency anywhere in the repository (requirements, setup, or documentation).
Fix