Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation about how the numbers were calculated. #1

Open
this-is-batman opened this issue Dec 25, 2023 · 0 comments
Open

Documentation about how the numbers were calculated. #1

this-is-batman opened this issue Dec 25, 2023 · 0 comments

Comments

@this-is-batman
Copy link

total_time_taken_by_train_steps = (
total_number_of_steps
* 93
* (self.tokenized_size / 550)
* (total_number_datapoints_in_1_step / 4096)
)
total_time_taken_by_save_steps = total_number_of_save_steps * 23
total_time_taken_by_eval_steps = (
total_number_of_eval_steps
* 44
* (self.tokenized_size / 550)
* (self.number_of_datapoints_to_keep_in_eval / 6868)
)

Having difficulty understanding how some of the numbers here were computed, like 93, 23 and 44.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant