MCPcopy Create free account
hub / github.com/deepseek-ai/DeepSpec / TargetCacheSampleBytes

Class TargetCacheSampleBytes

deepspec/data/target_cache_dataset.py:273–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271
272@dataclass(frozen=True)
273class TargetCacheSampleBytes:
274 sample_id: int
275 seq_len: int
276 input_ids: bytes
277 attention_mask: bytes
278 loss_mask: bytes
279 target_hidden_states: bytes
280 target_last_hidden_states: bytes
281
282
283def build_target_cache_sample_bytes(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected