(self)
| 682 | yield from self.added_tokens() |
| 683 | |
| 684 | def __repr__(self) -> str: |
| 685 | return f"<LlamaHfVocab with {self.vocab_size_base} base tokens and {len(self.added_tokens_list)} added tokens>" |
| 686 | |
| 687 | |
| 688 | # |
nothing calls this directly
no outgoing calls
no test coverage detected