MCPcopy Create free account
hub / github.com/FusionBrainLab/SONAR-LLM / __init__

Method __init__

sonar_encoding.py:37–39  ·  view source on GitHub ↗
(self, text_list)

Source from the content-addressed store, hash-verified

35 Simple dataset returning a single text (TinyStory) per index.
36 """
37 def __init__(self, text_list):
38 super().__init__()
39 self.texts = text_list
40
41 def __len__(self):
42 return len(self.texts)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected