Merge pull request #15 from github/old_repo_ref

switching refs to old repo
This commit is contained in:
Hamel Husain 2019-09-24 11:09:04 -07:00 коммит произвёл GitHub
Родитель cae7a79073 0bed7ef1a0
Коммит 09c35947dc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -37,7 +37,7 @@
```bash
# clone this repository
git clone https://github.com/ml-msr-github/CodeSearchNet.git
git clone https://github.com/github/CodeSearchNet.git
cd CodeSearchNet/
# download data (~3.5GB) from S3; build and run the Docker container
script/setup

Просмотреть файл

@ -30,8 +30,8 @@ Note that this takes around 2 hours to make predictions on the baseline model.
This script generates ranking results over the CodeSearchNet corpus for a given model by scoring their relevance
(using that model) to 99 search queries of the CodeSearchNet Challenge. We use cosine distance between the learned
representations of the natural language queries and the code, which is stored in jsonlines files with this format:
https://github.com/ml-msr-github/CodeSearchNet#preprocessed-data-format. The 99 challenge queries are located in
this file: https://github.com/ml-msr-github/CodeSearchNet/blob/master/resources/queries.csv.
https://github.com/github/CodeSearchNet#preprocessed-data-format. The 99 challenge queries are located in
this file: https://github.com/github/CodeSearchNet/blob/master/resources/queries.csv.
To download the full CodeSearchNet corpus, see the README at the root of this repository.
Note that this script is specific to methods and code in our baseline model and may not generalize to new models.