| """Shared attention configuration constants.""" | |
| SUPPORTED_SEQUENCE_BOUNDARY_POLICIES = frozenset( | |
| {"eos_document", "none", "segment_document"} | |
| ) | |
| """Shared attention configuration constants.""" | |
| SUPPORTED_SEQUENCE_BOUNDARY_POLICIES = frozenset( | |
| {"eos_document", "none", "segment_document"} | |
| ) | |