Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Apr 11, 2023. It is now read-only.

Commit 426da4f

Browse filesBrowse files
author
Hamel Husain
authored
Merge pull request #4 from github/correct-quickstart
correct quickstart
2 parents 1250f6d + 8d2049d commit 426da4f
Copy full SHA for 426da4f

File tree

Expand file treeCollapse file tree

1 file changed

+5
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-3
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ More context regarding the motivation for this problem is in [this paper][paper]
7979
```
8080
This will build Docker containers and download the datasets. By default, the data is downloaded into the `resources/data/` folder inside this repository, with the directory structure described [here](resources/README.md).
8181
82-
**The datasets you will download (most of them compressed) have a combined size of only ~ 3.5 GB.**
82+
**The datasets you will download (most of them compressed) have a combined size of only ~ 3.5 GB.**
8383
8484
For more about the data, see [Data Details](#data-details) below as well as [this notebook](notebooks/ExploreData.ipynb).
8585
@@ -229,6 +229,8 @@ Make sure you have [Docker](https://docs.docker.com/get-started/) and [Nvidia-Do
229229
# (this will land you inside the Docker container, starting in the /src directory--you can detach from/attach to this container to pause/continue your work)
230230
cd CodeSearchNet/
231231
script/setup
232+
# this will drop you into the shell inside a docker container.
233+
script/console
232234
# optional: log in to W&B to see your training metrics, track your experiments, and submit your models to the community benchmark
233235
wandb login
234236
# verify your setup by training a tiny model
@@ -253,7 +255,7 @@ Once you're satisfied with a new model, test it against the CodeSearchNet Challe
253255
The query has a single encoder, whereas each programming language has its own encoder. The available encoders are Neural-Bag-Of-Words, RNN, 1D-CNN, Self-Attention (BERT), and a 1D-CNN+Self-Attention Hybrid.
254256

255257
The diagram below illustrates the general architecture of our baseline models:
256-
258+
257259
![alt text](images/architecture.png "Architecture")
258260

259261
## Training
@@ -321,7 +323,7 @@ Additional notes:
321323
We invite the community to submit their runs to this benchmark to facilitate transperency by following [these instructions](src/docs/BENCHMARK.md).
322324
323325
## How to Contribute
324-
326+
325327
We anticipate that the community will design custom architectures and use frameworks other than Tensorflow. Furthermore, we anticipate that additional datasets will be useful. It is not our intention to integrate these models, approaches, and datasets into this repository as a superset of all available ideas. Rather, we intend to maintain the baseline models and links to the data in this repository as a central place of reference. We are accepting PRs that update the documentation, link to your project(s) with improved benchmarks, fix bugs, or make minor improvements to the code. Here are [more specific guidelines for contributing to this repository](CONTRIBUTING.md); note particularly our [Code of Conduct](CODE_OF_CONDUCT.md). Please open an issue if you are unsure of the best course of action.
326328
327329
## Other READMEs

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.