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

Method __init__

tasks/superglue/dataset.py:227–229  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

225 """
226
227 def __init__(self, args):
228 self.args = args
229 self.num_truncated = 0
230
231 def output_prediction(self, predictions, examples, output_file):
232 with open(output_file, "w") as output:

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected