In the graded assignment of Module 3, Hint 3 says:
Define the reranker as
reranker = Reranker(appropriate_parameters)
This is wrong as it should be defined as reranker = Rerank(appropriate_parameters)
In the graded assignment of Module 3, Hint 3 says:
Define the reranker as
reranker = Reranker(appropriate_parameters)
This is wrong as it should be defined as reranker = Rerank(appropriate_parameters)
Thank you @billyboe for informing this.
@lucas.coutinho the hint 3 need to be updated according to the Rerank object mentioned in Hint 2
Regards
DP