tner icon indicating copy to clipboard operation
tner copied to clipboard

Possibility to load multiple config for a single dataset

Open jplu opened this issue 2 years ago • 0 comments

Hi,

It would be very nice to allow the possibility to load multiple config name for a single dataset. For example to train a multilingual model on two or more languages from the same dataset. Hence, to have a command line that looks like:

tner-train-search -m "bert-base-multilingual-cased" -c "output" -d "tner/multinerd" --dataset-name ['en','de'] 

This command will merge the en and de datasets to train the model on these both languages.

Do you think this would be feasible?

Thanks!

jplu avatar Nov 10 '22 12:11 jplu