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

Method __init__

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

Source from the content-addressed store, hash-verified

59
60class SummmaryProcessor:
61 def __init__(self, task, data_dir, tokenizer):
62 self.task = task
63 self.data_dir = data_dir
64 self.tokenizer = tokenizer
65
66 def create_examples(self, split):
67 if split == "train":

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected