mbahrami commited on
Commit
1bf2dc4
1 Parent(s): ebfc14a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -24,7 +24,7 @@ tokenizer = AutoTokenizer.from_pretrained("Fujitsu/pytorrent")
24
  model = AutoModel.from_pretrained("Fujitsu/pytorrent")
25
  ```
26
  ## Citation
27
- Preprint: [https://arxiv.org/abs/2110.01710](https://arxiv.org/abs/2110.01710)
28
  ```
29
  @misc{bahrami2021pytorrent,
30
  title={PyTorrent: A Python Library Corpus for Large-scale Language Models},
@@ -33,6 +33,6 @@ Preprint: [https://arxiv.org/abs/2110.01710](https://arxiv.org/abs/2110.01710)
33
  eprint={2110.01710},
34
  archivePrefix={arXiv},
35
  primaryClass={cs.SE},
36
- howpublished={https://arxiv.org/abs/2110.01710},
37
  }
38
  ```
24
  model = AutoModel.from_pretrained("Fujitsu/pytorrent")
25
  ```
26
  ## Citation
27
+ Preprint: [https://arxiv.org/pdf/2110.01710.pdf](https://arxiv.org/pdf/2110.01710.pdf)
28
  ```
29
  @misc{bahrami2021pytorrent,
30
  title={PyTorrent: A Python Library Corpus for Large-scale Language Models},
33
  eprint={2110.01710},
34
  archivePrefix={arXiv},
35
  primaryClass={cs.SE},
36
+ howpublished={https://arxiv.org/pdf/2110.01710},
37
  }
38
  ```