huggingface / huggingface/open-muse

Optionally make data loading more deterministic

Open
#71 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
359
Forks
30
PR merge metrics
No merged PRs in 30d

Description

We randomly resample the shards (with replacement) and sample examples in buffer for training every time we resume/start the training run. This means our data loading is not determinitsic. We also don't do epoch based training but just using this for book keeping and being able to reuse the same training loop with other datasets/loaders.

Optionally make this more deterministic for reproducibility

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.