Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TIGER-AI-Lab/ScholarCopilot
/ EncoderOutput
Class
EncoderOutput
train/src/arxivllm.py:19–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
18
@dataclass
19
class
EncoderOutput(ModelOutput):
20
q_reps: Optional[Tensor] = None
21
p_reps: Optional[Tensor] = None
22
loss: Optional[Tensor] = None
23
scores: Optional[Tensor] = None
24
25
26
class
ArxivLLM(nn.Module):
Callers
1
forward
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected