MCPcopy Create free account
hub / github.com/THUDM/GLM / __init__

Method __init__

tasks/seq2seq/dataset.py:150–152  ·  view source on GitHub ↗
(self, data_dir, tokenizer)

Source from the content-addressed store, hash-verified

148
149class SQuADGenerationProcessor:
150 def __init__(self, data_dir, tokenizer):
151 self.data_dir = data_dir
152 self.tokenizer = tokenizer
153
154 def create_examples(self, split):
155 if split == "train":

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected