Yuqi92
Yuqi92
Hi, I think they used prec@k instead of precision: https://github.com/google-research/bigbird/blob/db06498ec8804c6438111938d8654b66ddaccd5d/bigbird/classifier/run_classifier.py#L282-L283 Here are the following official docs for these two: Precision: https://www.tensorflow.org/api_docs/python/tf/compat/v1/metrics/precision P@k: https://www.tensorflow.org/api_docs/python/tf/compat/v1/metrics/precision_at_k Precision is the traditional precision metric we...
The same issue here.
Hi @ronykalfarisi The word embeddings in this study are pre-trained using MIMIC-III clinical notes with _gensim_. We are not going to release the embeddings but here are some resources might...