You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data/de_sentiment , path has train.csv/test.csv with labels, text as columns, even by shuffling as well show batch is tokenizing, Not sure why it is populaitng as such, any help is greatly apprecisted.,
My problem statement that is trying is as follows:
Get german pretrained using multifit.from_pretrained("de_multifit_paper_version")
create custom classifer dataset and fine tune on top of german pretrained
classify custom dataset
Any example is greatly appreciated as well,
The text was updated successfully, but these errors were encountered:
exp = multifit.from_pretrained("de_multifit_paper_version")
cls_dataset = exp.arch.dataset(Path('data/de_sentiment'), exp.pretrain_lm.tokenizer)
cls_dataset.load_clas_databunch(bs=exp.finetune_lm.bs).show_batch()
data/de_sentiment , path has train.csv/test.csv with labels, text as columns, even by shuffling as well show batch is tokenizing, Not sure why it is populaitng as such, any help is greatly apprecisted.,
My problem statement that is trying is as follows:
Any example is greatly appreciated as well,
The text was updated successfully, but these errors were encountered: