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!
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:
This command will merge the
enanddedatasets to train the model on these both languages.Do you think this would be feasible?
Thanks!