Instructions to use codesage/codesage-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use codesage/codesage-small with Transformers:
# Load model directly from transformers import CodeSage model = CodeSage.from_pretrained("codesage/codesage-small", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -45,11 +45,11 @@ print(f'Dimension of the embedding: {embedding[0].size()}')
|
|
| 45 |
### BibTeX entry and citation info
|
| 46 |
```
|
| 47 |
@inproceedings{
|
| 48 |
-
zhang2024code,
|
| 49 |
-
title={{CODE} {REPRESENTATION} {LEARNING} {AT} {SCALE}},
|
| 50 |
-
author={Dejiao Zhang and Wasi Uddin Ahmad and Ming Tan and Hantian Ding and Ramesh Nallapati and Dan Roth and Xiaofei Ma and Bing Xiang},
|
| 51 |
-
booktitle={The Twelfth International Conference on Learning Representations},
|
| 52 |
-
year={2024},
|
| 53 |
-
url={https://openreview.net/forum?id=vfzRRjumpX}
|
| 54 |
}
|
| 55 |
```
|
|
|
|
| 45 |
### BibTeX entry and citation info
|
| 46 |
```
|
| 47 |
@inproceedings{
|
| 48 |
+
zhang2024code,
|
| 49 |
+
title={{CODE} {REPRESENTATION} {LEARNING} {AT} {SCALE}},
|
| 50 |
+
author={Dejiao Zhang and Wasi Uddin Ahmad and Ming Tan and Hantian Ding and Ramesh Nallapati and Dan Roth and Xiaofei Ma and Bing Xiang},
|
| 51 |
+
booktitle={The Twelfth International Conference on Learning Representations},
|
| 52 |
+
year={2024},
|
| 53 |
+
url={https://openreview.net/forum?id=vfzRRjumpX}
|
| 54 |
}
|
| 55 |
```
|