Update README.md
Browse files
README.md
CHANGED
|
@@ -26,7 +26,7 @@ tokenizer = AutoTokenizer.from_pretrained("saikatc/NatGen")
|
|
| 26 |
|
| 27 |
model = AutoModelForSeq2SeqLM.from_pretrained("saikatc/NatGen")
|
| 28 |
```
|
| 29 |
-
NatGen: Generative Pre-training by “Naturalizing” Source Code [[`Paper Link`]](https://dl.acm.org/doi/abs/10.1145/3540250.3549162),[[`Code Repo`]](),[[`Slide`]](https://docs.google.com/presentation/d/1T6kjiohAAR1YvcNvTASR94HptA3xHGCl/edit?usp=sharing&ouid=111755026725574085503&rtpof=true&sd=true).
|
| 30 |
|
| 31 |
For citation,
|
| 32 |
```
|
|
|
|
| 26 |
|
| 27 |
model = AutoModelForSeq2SeqLM.from_pretrained("saikatc/NatGen")
|
| 28 |
```
|
| 29 |
+
NatGen: Generative Pre-training by “Naturalizing” Source Code [[`Paper Link`]](https://dl.acm.org/doi/abs/10.1145/3540250.3549162),[[`Code Repo`]](https://github.com/saikat107/NatGen),[[`Slide`]](https://docs.google.com/presentation/d/1T6kjiohAAR1YvcNvTASR94HptA3xHGCl/edit?usp=sharing&ouid=111755026725574085503&rtpof=true&sd=true).
|
| 30 |
|
| 31 |
For citation,
|
| 32 |
```
|