Instructions to use codesage/codesage-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use codesage/codesage-base with Transformers:
# Load model directly from transformers import CodeSage model = CodeSage.from_pretrained("codesage/codesage-base", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ language:
|
|
| 7 |
- code
|
| 8 |
---
|
| 9 |
|
| 10 |
-
## CodeSage-
|
| 11 |
|
| 12 |
### Model description
|
| 13 |
CodeSage is a new family of open code embedding models with an encoder architecture that support a wide range of source code understanding tasks. It is introduced in the paper:
|
|
|
|
| 7 |
- code
|
| 8 |
---
|
| 9 |
|
| 10 |
+
## CodeSage-Base
|
| 11 |
|
| 12 |
### Model description
|
| 13 |
CodeSage is a new family of open code embedding models with an encoder architecture that support a wide range of source code understanding tasks. It is introduced in the paper:
|