babylm-dat-strict-initial / attention_config.py
abe123's picture
Squash clean branch history
1b7bd7b
Raw
History Blame Contribute Delete
150 Bytes
"""Shared attention configuration constants."""
SUPPORTED_SEQUENCE_BOUNDARY_POLICIES = frozenset(
{"eos_document", "none", "segment_document"}
)