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
|
@@ -32,7 +32,7 @@ new_version: Shuu12121/CodeModernBERT-Owl-v3-len2048
|
|
| 32 |
|
| 33 |
# **🦉CodeModernBERT-Owl**
|
| 34 |
|
| 35 |
-
旧版のモデルです。[こちらのモデル](
|
| 36 |
|
| 37 |
|
| 38 |
## ** モデルパラメータ / Model Parameters**
|
|
|
|
| 32 |
|
| 33 |
# **🦉CodeModernBERT-Owl**
|
| 34 |
|
| 35 |
+
旧版のモデルです。[こちらのモデル](https://huggingface.co/Shuu12121/CodeModernBERT-Owl-v3-len2048)など最新版をお使いください!!
|
| 36 |
|
| 37 |
|
| 38 |
## ** モデルパラメータ / Model Parameters**
|