MCPcopy Create free account
hub / github.com/ContextualAI/HALOs / eval

Method eval

train/models.py:549–550  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

547 return self.forward(*args, **kwargs)
548
549 def eval(self):
550 pass # pass through, allows wrapper to be treated like a neural network
551
552
553class AutoModelForBradleyTerry(AutoModelForSequenceClassification):

Callers 2

mainFunction · 0.95
_precompute_log_probsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected