You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for this project. I encountered an issue while trying to train a TinyModel for my research. The data paths in the config files under ./configs/tiny/ point to S3 locations, for example: s3://ai2-llm/preprocessed/olmo-mix/v1_6-decontaminated/books/gpt-neox-olmo-dolma-v1_5/part-0-00000.npy.
I tried replacing s3:// with https:// based on the previous "Reproducibility" section mentioned in the README (which seems to have been removed), but this approach did not work.
Could you clarify the correct way to access these files or provide updated data paths or instructions? Furthermore, can you give a guidance on how to train a TinyModel using Olmo?
Thank you for your help!
The text was updated successfully, but these errors were encountered:
❓ The question
Hello,
Thank you for this project. I encountered an issue while trying to train a TinyModel for my research. The data paths in the config files under
./configs/tiny/
point to S3 locations, for example:s3://ai2-llm/preprocessed/olmo-mix/v1_6-decontaminated/books/gpt-neox-olmo-dolma-v1_5/part-0-00000.npy
.I tried replacing
s3://
withhttps://
based on the previous "Reproducibility" section mentioned in the README (which seems to have been removed), but this approach did not work.Could you clarify the correct way to access these files or provide updated data paths or instructions? Furthermore, can you give a guidance on how to train a TinyModel using Olmo?
Thank you for your help!
The text was updated successfully, but these errors were encountered: