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
|
@@ -3,6 +3,8 @@ license: apache-2.0
|
|
| 3 |
datasets:
|
| 4 |
- bigcode/the-stack-dedup
|
| 5 |
library_name: transformers
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
## CodeSage-Small
|
|
|
|
| 3 |
datasets:
|
| 4 |
- bigcode/the-stack-dedup
|
| 5 |
library_name: transformers
|
| 6 |
+
language:
|
| 7 |
+
- code
|
| 8 |
---
|
| 9 |
|
| 10 |
## CodeSage-Small
|