Skip to content

Commit

Permalink
remove num of missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoav Kan-Tor [email protected] committed Aug 21, 2024
1 parent 2e881e7 commit bbbee2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gene_benchmark/encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,5 @@ def _encode_single_context(self, ent: str):

def summary(self):
summary_dict = super().summary()
if self.num_of_missing:
summary_dict["num_of_missing"] = self.num_of_missing
summary_dict["tokenizer_name"] = self.tokenizer_name
return summary_dict

0 comments on commit bbbee2b

Please sign in to comment.