MCPcopy Create free account
hub / github.com/WeixiangYAN/ClinicalLab / Evaluator

Class Evaluator

code/inference/evaluators/evaluator.py:1–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class Evaluator:
2
3 def __init__(self):
4 pass
5
6 def format_prompt(self, prompt):
7 pass
8
9 def generate_text(self, prompt):
10 pass
11
12 def count_tokens(self, prompt):
13 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected