soldni / springs

A set of utilities to turn Dataclasses into useful configuration managers.
https://springs.soldaini.net
MIT License
11 stars 2 forks source link

Explore compatibility with Huggingface Dataclasses #1

Open soldni opened 2 years ago

soldni commented 2 years ago

@JohnGiorgi pointed out that Huggingface dataclasses might not work out of the box because

  1. missing defaults
  2. post inits
  3. defaults not matching typed value

This is a problem when nesting configs.