runtime error

Exit code: 1. Reason: Generating train split: 0%| | 0/1043917 [00:00<?, ? examples/s] Generating train split: 10%|▉ | 102000/1043917 [00:01<00:09, 99881.66 examples/s] Generating train split: 20%|█▉ | 205991/1043917 [00:02<00:08, 101167.43 examples/s] Generating train split: 30%|██▉ | 310982/1043917 [00:03<00:07, 102530.89 examples/s] Generating train split: 40%|████ | 418973/1043917 [00:04<00:06, 100812.85 examples/s] Generating train split: 50%|█████ | 522964/1043917 [00:05<00:05, 100240.48 examples/s] Generating train split: 60%|█████▉ | 624955/1043917 [00:06<00:04, 100133.56 examples/s] Generating train split: 70%|██████▉ | 729946/1043917 [00:07<00:03, 101287.20 examples/s] Generating train split: 80%|███████▉ | 831937/1043917 [00:08<00:02, 101502.63 examples/s] Generating train split: 90%|████████▉ | 938927/1043917 [00:09<00:01, 98981.89 examples/s]  Generating train split: 100%|█████████▉| 1042927/1043917 [00:10<00:00, 98222.30 examples/s] Generating train split: 100%|██████████| 1043917/1043917 [00:10<00:00, 99870.61 examples/s] Generating test split: 0%| | 0/54948 [00:00<?, ? examples/s] Generating test split: 100%|██████████| 54948/54948 [00:00<00:00, 94930.29 examples/s] Traceback (most recent call last): File "/home/user/app/app.py", line 16, in <module> corpus = [entry['text'] for entry in dataset] # Collect the text from the dataset File "/home/user/app/app.py", line 16, in <listcomp> corpus = [entry['text'] for entry in dataset] # Collect the text from the dataset KeyError: 'text'

Container logs:

Fetching error logs...