FourthBrain / Building-with-Instruction-Tuned-LLMs-A-Step-by-Step-Guide

Resources relating to the DLAI event: https://www.youtube.com/watch?v=eTieetk2dSw
178 stars 43 forks source link

ValueError: num_samples should be a positive integer value, but got num_samples=0 #4

Open Wangsherpa opened 1 year ago

Wangsherpa commented 1 year ago

Notebook: Instruct-tuning Leveraging QLoRA

While executing: supervised_finetuning_trainer.train()

chris-alexiuk commented 1 year ago

Can you verify that your examples are at least as long as the minimum value set in max_seq_len?