Skip to content

Commit

Permalink
removed concept oversampling
Browse files Browse the repository at this point in the history
  • Loading branch information
LckyLke committed Nov 11, 2024
1 parent b265bfc commit a16ed15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/litserve_retrieval_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def execute(args):
local_reasoner = TripleStoreNeuralReasoner(path_of_kb=args.path_kg)

# Generate concepts from the KB
concepts = generate_concepts_from_kb(kb) * 10
concepts = generate_concepts_from_kb(kb)

# Prepare data storage
data = []
Expand Down

0 comments on commit a16ed15

Please sign in to comment.