From ee51587977150e63ce070fc77700e72b526a5089 Mon Sep 17 00:00:00 2001 From: HelgeS Date: Tue, 9 Oct 2018 16:58:08 +0200 Subject: [PATCH] Reference to author implementation Found on the first author's website: http://urialon.cswp.cs.technion.ac.il/publications/ Signed-off-by: Helge Spieker --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 074d9f0..30edd50 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # code2vec MLonCode community effort to implement Learning Distributed Representations of Code (https://arxiv.org/pdf/1803.09473.pdf) + +Note: The authors of the paper have released their own tensorflow implementation on [GitHub](https://github.com/tech-srl/code2vec). +[Token vectors](https://s3.amazonaws.com/code2vec/model/token_vecs.tar.gz) and [Method name vectors](https://s3.amazonaws.com/code2vec/model/target_vecs.tar.gz) for their paper are available as well.