BDI-ML / ml-toolkit

MIT License
0 stars 1 forks source link

Config Parser Design #1

Closed jmsalvador2395 closed 1 year ago

jmsalvador2395 commented 1 year ago

main ideas

parameters to account for

I've separated these parameters into categories for convenience. this structure doesn't necessarily have to be used for building configs

general parameters

optimization parameters

dataset specific parameters

list of parameters used for word2vec (maybe just put them in a category called 'Model Parameters')

tools (this is for things like tokenizers and vocabularies)

jmsalvador2395 commented 1 year ago

link to the config parser api

jmsalvador2395 commented 1 year ago

config search menu implemented

jmsalvador2395 commented 1 year ago

note: implement use a class called Trainer to implement training tasks.

jmsalvador2395 commented 1 year ago

Config parser design is done