Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InternScience/SciReason
/ InputExample
Class
InputExample
opencompass/datasets/IFEval/evaluation_main.py:44–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
43
@dataclasses.dataclass
44
class
InputExample:
45
key: int
46
instruction_id_list: List[str]
47
prompt: str
48
kwargs: List[Dict[str, Optional[Union[str, int]]]]
49
50
51
@dataclasses.dataclass
Callers
1
score
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected