tangxuemei commited on
Commit
a896140
·
verified ·
1 Parent(s): e04c6ef
src/backend/__pycache__/util.cpython-310.pyc CHANGED
Binary files a/src/backend/__pycache__/util.cpython-310.pyc and b/src/backend/__pycache__/util.cpython-310.pyc differ
 
src/backend/util.py CHANGED
@@ -60,8 +60,8 @@ def format_results(model_name: str, revision: str, precision: str,
60
  "model_sha": revision # Hash of the model
61
  },
62
  "results": {
63
- "humanlike_rate": {
64
- "humanlike_rate": round(hallucination_rate,1)
65
  },
66
  "factual_consistency_rate": {
67
  "factual_consistency_rate": round(factual_consistency_rate,1)
 
60
  "model_sha": revision # Hash of the model
61
  },
62
  "results": {
63
+ "hallucination_rate": {
64
+ "hallucination_rate": round(hallucination_rate,1)
65
  },
66
  "factual_consistency_rate": {
67
  "factual_consistency_rate": round(factual_consistency_rate,1)