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

Disable counting characters by default during SeqIO caching. #494

Closed
wants to merge 0 commits into from

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Mar 16, 2023

Disable counting characters by default during SeqIO caching.

Counting characters for stats is highly expensive since it requires detokenizing the entire preprocessed dataset. It is primarily used for character-level mixing functions, which aren't common. If needed, users can enable counting characters by passing an --enable_char_counts flag to the caching script. Also disable in tests for faster runs.

@copybara-service copybara-service bot force-pushed the test_517022882 branch 3 times, most recently from 971de04 to fa8c9fc Compare March 16, 2023 16:20
@copybara-service copybara-service bot closed this Mar 16, 2023
@copybara-service copybara-service bot deleted the test_517022882 branch March 16, 2023 16:34
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

Successfully merging this pull request may close these issues.

None yet

0 participants