sonoisa / code2vec

an implementation of "code2vec: Learning Distributed Representations of Code"
MIT License
29 stars 11 forks source link

Change large dataset #2

Closed egor-bogomolov closed 5 years ago

egor-bogomolov commented 6 years ago
  1. Fixed typo in README file
  2. Fixed names of large dataset files
  3. Changed the way how large dataset is split into smaller files. Now each of 16 files can be used separately because samples are no longer split across files.