Open caochuxueeee opened 8 months ago
I saw that on classification tasks, the 'labels' are target values. When using CausalLM model to tune it on QA dataset, the format should be 1) input_ids: Q; labels:A or 2) input_ids: Q+A, labels: Q+A or 3) input_ids: Q+A, labels: IGNORE_TOKENs+A ?
Thank you!
I saw that on classification tasks, the 'labels' are target values. When using CausalLM model to tune it on QA dataset, the format should be 1) input_ids: Q; labels:A or 2) input_ids: Q+A, labels: Q+A or 3) input_ids: Q+A, labels: IGNORE_TOKENs+A ?
Thank you!