File size: 150 Bytes
1b7bd7b | 1 2 3 4 5 6 | """Shared attention configuration constants."""
SUPPORTED_SEQUENCE_BOUNDARY_POLICIES = frozenset(
{"eos_document", "none", "segment_document"}
)
|
1b7bd7b | 1 2 3 4 5 6 | """Shared attention configuration constants."""
SUPPORTED_SEQUENCE_BOUNDARY_POLICIES = frozenset(
{"eos_document", "none", "segment_document"}
)
|