Skip to content

Commit

Permalink
check data
Browse files Browse the repository at this point in the history
  • Loading branch information
Naplessss committed Mar 12, 2024
1 parent b6a1dfb commit 91e436d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion evals/elsuite/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def tableMatching(df_ref, df_prompt, index='Compound', compare_fields=[], record
return {"recall_field": 0.0, "recall_index": 0.0, "recall_value": 0.0, "recall_value_strict": 0.0,
"accuracy_value": 0.0, "accuracy_value_strict": 0.0, "recall_SMILES": 0.0}
metrics = {}
index_names = ["Compound", "Name", "SMILES", "Nickname", "Substrate"]
index_names = ["Compound", "Name", "SMILES", "Nickname", "Substrate","AlloyName"]

if index not in [None, ""]:
df_ref[index] = df_ref[index].astype(str)
Expand Down
4 changes: 2 additions & 2 deletions evals/registry/data/01_alloycomposition/composition.jsonl
Git LFS file not shown

0 comments on commit 91e436d

Please sign in to comment.