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
Now that we have the teacher models' Tokenizer, we can stop approximating chunk counts using chunk_word_count, _num_tokens_from_words, _num_chars_from_tokens, etc. We can always refer to chunk sizes in Tokens instead of ever needing to convert to and from "words".
The text was updated successfully, but these errors were encountered:
Now that we have the teacher models' Tokenizer, we can stop approximating chunk counts using chunk_word_count, _num_tokens_from_words, _num_chars_from_tokens, etc. We can always refer to chunk sizes in Tokens instead of ever needing to convert to and from "words".
The text was updated successfully, but these errors were encountered: