Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krypticmouse committed May 16, 2024
1 parent 19b605f commit 19338fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pirate/models/mining.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class MiningParams(BaseModel):
queries: Queries
triples: Triples

class HardNegativesMiner(MiningParams):
class HardNegativesMinerParams(MiningParams):
passage_threshold: float
top_k: Optional[int] = None

Expand Down

0 comments on commit 19338fc

Please sign in to comment.