Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always labels are tokenizing instead of text column, Kindly fix the issue facing #75

Open
suryapa1 opened this issue Jun 15, 2020 · 1 comment

Comments

@suryapa1
Copy link

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:

  1. Get german pretrained using multifit.from_pretrained("de_multifit_paper_version")
  2. create custom classifer dataset and fine tune on top of german pretrained
  3. classify custom dataset

Any example is greatly appreciated as well,

@suryapa1
Copy link
Author

Updated screenshot:
Screenshot 2020-06-15 at 11 02 29 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant