Update README.md
Browse files
README.md
CHANGED
@@ -22,4 +22,16 @@ from transformers import AutoTokenizer, AutoModel
|
|
22 |
|
23 |
tokenizer = AutoTokenizer.from_pretrained("Fujitsu/pytorrent")
|
24 |
model = AutoModel.from_pretrained("Fujitsu/pytorrent")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
```
|
|
|
22 |
|
23 |
tokenizer = AutoTokenizer.from_pretrained("Fujitsu/pytorrent")
|
24 |
model = AutoModel.from_pretrained("Fujitsu/pytorrent")
|
25 |
+
```
|
26 |
+
## Citation
|
27 |
+
```
|
28 |
+
@misc{bahrami2021pytorrent,
|
29 |
+
title={PyTorrent: A Python Library Corpus for Large-scale Language Models},
|
30 |
+
author={Mehdi Bahrami and N. C. Shrikanth and Shade Ruangwan and Lei Liu and Yuji Mizobuchi and Masahiro Fukuyori and Wei-Peng Chen and Kazuki Munakata and Tim Menzies},
|
31 |
+
year={2021},
|
32 |
+
eprint={2110.01710},
|
33 |
+
archivePrefix={arXiv},
|
34 |
+
primaryClass={cs.SE},
|
35 |
+
howpublished={https://arxiv.org/abs/2110.01710},
|
36 |
+
}
|
37 |
```
|