-
Notifications
You must be signed in to change notification settings - Fork 121
Open
Description
Following the instructions in the README, I am working on pre-training from scratch. I ran training with the composer framework using the yamls/main/flex-bert-base.yaml
config and with the c4 dataset ./my-copy-c4
.
[note that I verified that the dataloader works fine following the instructions.]
However, I encountered the following error during training:
IndexError: tuple index out of range
File "/.../ModernBERT/src/bert_layers/embeddings.py", line 153, in forward
position_ids = self.position_ids[:, 0 : input_ids.shape[1]]
~~~~~~~~~~~~~~~^^^
Steps to Reproduce
- Prepare the c4 dataset.
- Set up the conda environment per instructions.
- Run training with
composer main.py yamls/main/flex-bert-base.yaml
- The error occurs during training in
bert_layers/embeddings.py
seanfarr788
Metadata
Metadata
Assignees
Labels
No labels