Instructions to use modularStarEncoder/ModularStarEncoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use modularStarEncoder/ModularStarEncoder with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="modularStarEncoder/ModularStarEncoder", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("modularStarEncoder/ModularStarEncoder", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,7 +24,7 @@ Finally, our implementation integrates FlashAttention V2 for faster inference.
|
|
| 24 |
- **Languages:** 600+ Programming languages
|
| 25 |
|
| 26 |
|
| 27 |
-
|
| 28 |
|
| 29 |
|
| 30 |
### How to use
|
|
|
|
| 24 |
- **Languages:** 600+ Programming languages
|
| 25 |
|
| 26 |
|
| 27 |
+
For the finetuned version on code-to-code and text-to code see [ModularStarEncoder-finetuned](https://huggingface.co/modularStarEncoder/ModularStarEncoder-finetuned).
|
| 28 |
|
| 29 |
|
| 30 |
### How to use
|