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

Method get_labels

tasks/superglue/dataset.py:375–376  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

373 """Processor for the CB data set."""
374
375 def get_labels(self):
376 return ["entailment", "contradiction", "neutral"]
377
378
379class WicProcessor(SuperGLUEProcessor):

Callers 4

finetuneFunction · 0.45
mainFunction · 0.45
__init__Method · 0.45
output_predictionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected