Fill-Mask
Transformers
Safetensors
Rust
English
modernbert
code
code-search
retrieval
sentence-similarity
bert
deep-learning
machine-learning
nlp
programming
multi-language
python
java
javascript
php
ruby
go
Instructions to use Shuu12121/CodeModernBERT-Owl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Shuu12121/CodeModernBERT-Owl with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Shuu12121/CodeModernBERT-Owl")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("Shuu12121/CodeModernBERT-Owl") model = AutoModelForMaskedLM.from_pretrained("Shuu12121/CodeModernBERT-Owl") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ datasets:
|
|
| 7 |
- google/code_x_glue_ct_code_to_text
|
| 8 |
language:
|
| 9 |
- en
|
| 10 |
-
pipeline_tag:
|
| 11 |
tags:
|
| 12 |
- code
|
| 13 |
- code-search
|
|
|
|
| 7 |
- google/code_x_glue_ct_code_to_text
|
| 8 |
language:
|
| 9 |
- en
|
| 10 |
+
pipeline_tag: fill-mask
|
| 11 |
tags:
|
| 12 |
- code
|
| 13 |
- code-search
|