Spaces:
Running
Running
Upload repo_evaluator.py with huggingface_hub
Browse files- repo_evaluator.py +1 -1
repo_evaluator.py
CHANGED
|
@@ -199,7 +199,7 @@ def evaluate_repo(
|
|
| 199 |
|
| 200 |
请评估该仓库的可复现性和对比实验适配度。"""
|
| 201 |
|
| 202 |
-
raw = call_llm_json(EVAL_SYSTEM_PROMPT, user_prompt, temperature=0.3, max_tokens=
|
| 203 |
data = parse_json_safe(raw, "repo_evaluator")
|
| 204 |
return validate_eval_output(data)
|
| 205 |
|
|
|
|
| 199 |
|
| 200 |
请评估该仓库的可复现性和对比实验适配度。"""
|
| 201 |
|
| 202 |
+
raw = call_llm_json(EVAL_SYSTEM_PROMPT, user_prompt, temperature=0.3, max_tokens=16000)
|
| 203 |
data = parse_json_safe(raw, "repo_evaluator")
|
| 204 |
return validate_eval_output(data)
|
| 205 |
|