Skip to content

Commit fecde44

Browse files
authored
Add files via upload
1 parent 2ad96a7 commit fecde44

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apicoder/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Private Library Oriented Code Generation
22

3-
This project is the code, data, benchmarks, and models for our paper titled *When Language Model Meets Private Library*.
3+
This project is the code, data, benchmarks, and models for our paper titled [When Language Model Meets Private Library]().
44

55
---
66

@@ -182,15 +182,15 @@ Figure1: Logic flow diagram of our code and data, where the gray background deno
182182
## Download
183183
Download the API-Doc file below, unzip it and put it under path `data/API-Doc`.
184184

185-
> [Click here to download API-Doc](https://drive.google.com/file/d/1hJak_upTdrSHsI0DXeeH_aMBzKXn87AA/view?usp=sharing).
185+
> [Click here to download API-Doc](https://github.com/microsoft/PyCodeGPT/releases/download/Private-Library/API-Doc.zip).
186186
```
187187
cd data/API-Doc
188188
unzip API-Doc.zip
189189
```
190190

191191
Also, you should download the CodeGenAPI file below, unzip it and put it under path `data/CodeGenAPI`.
192192

193-
> [Click here to download CodeGenAPI-350M-mono](https://drive.google.com/file/d/1Az02eqYM4wTXz758_RxEqnnK5Bv3BUVv/view?usp=sharing)
193+
> [Click here to download CodeGenAPI-350M-mono](https://github.com/microsoft/PyCodeGPT/releases/download/Private-Library/CodeGenAPI-350M-mono.zip)
194194
```
195195
cd data/CodeGenAPI
196196
unzip CodeGenAPI-350M-mono.zip
@@ -205,4 +205,4 @@ If you find our work useful, please cite the paper:
205205
booktitle={EMNLP findings},
206206
year={2022}
207207
}
208-
```
208+
```

0 commit comments

Comments
 (0)