In the function of "process_function", the line should use all_labels directly (remove split) or use all_labels_cat:
CORRECT: all_labels = example['all_labels']
or all_labels = example['all_labels_concat'].split(', ')
WRONG: all_labels = example['all_labels'].split(', ')
Rui Xing
ruixing76
·
AI & ML interests
Natural Language Processing
Fact-checking, Factuality, LLM explainability
Recent Activity
commented on
an
article
26 days ago
Multi-Label Classification Model From Scratch: Step-by-Step Tutorial
liked
a Space
5 months ago
nanotron/ultrascale-playbook
liked
a Space
5 months ago
Ki-Seki/ultrascale-playbook-zh-cn