Closed larsbun closed 2 months ago
Thanks for reporting!
I thought these docs had been updated, but it seems we missed some. We'll update soon.
The settings causing issues here are now nested in the "training" section.
If you have issues with other settings at some point, everything is defined under the eole.config
module.
Hi perhaps you could take a look at this again? I returned to the project now and get the same error and have to start digging again. A quickstart that actually runs verbatim would be very helpful. Thanks. https://eole-nlp.github.io/eole/docs/quickstart/
Thanks for the follow-up, this went under the radar. Small fixes in #90, will rebuild the live docs soon.
When I install eole from github (as in the last five minutes) exactly as specified in your documentations, I am able to successfully run
eole build_vocab -config toy_en_de.yaml -n_sample 10000
, but when I tryeole train -config toy_en_de.yaml
with the exact same contents in your docs, I get this:I understand from searching that this is intended behavior by pydantic, but was unable to find the exact place in the eole source tree were these config options are confined.