From 601a550e8ccf38351c5d5c84dd33324e4512f979 Mon Sep 17 00:00:00 2001 From: inbalbeka Date: Sun, 7 Jun 2020 15:31:37 +0300 Subject: [PATCH] Add python version to the README file --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 94c4bbc..d7a8769 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ It includes code for getting attention maps from BERT and writing them to disk, We will add the code for the coreference resolution analysis (section 4.3 of the paper) soon! ## Requirements + +Python version: 2.7.16 + For extracting attention maps from text: * [Tensorflow](https://www.tensorflow.org/) * [NumPy](http://www.numpy.org/)