Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
379
class
WicProcessor(SuperGLUEProcessor):
Callers
4
finetune
Function · 0.45
main
Function · 0.45
__init__
Method · 0.45
output_prediction
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected