J-Mourad
J-Mourad
### Adding Global Average Precision (GAP) to TF-ranking supported Ranking metrics ## I have added snippets of code to the metrics files ( **metrics.py**, **metrics_impl.py**, and **metrics_tets.py** The GAP metric...
I've been trying to reproduce your code. Running your original code produces the results on the paper. Changing only these two lines: ``` tokenizer = BertTokenizer.from_pretrained(bert_model) bert = BertForSequenceClassification.from_pretrained(bert_model, num_labels=2)...
Congratilation for making this app, it seems to be a very nice app I realy wanted to test it, but the problem is that when i import the project into...