Instructions to use artiwise-ai/modernbert-base-tr-uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use artiwise-ai/modernbert-base-tr-uncased with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="artiwise-ai/modernbert-base-tr-uncased")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("artiwise-ai/modernbert-base-tr-uncased") model = AutoModelForMaskedLM.from_pretrained("artiwise-ai/modernbert-base-tr-uncased", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
* README update 88fed90
can.turan commited on
Update README.md 57eb78b verified
Update README.md c6ad49a verified
Update README.md 07f75b2 verified
* context increase tuning 856ddc8
can.turan commited on
Tokenizer fix 7833aec
can.turan commited on
Merge remote-tracking branch 'origin/main' 04250db
can.turan commited on
Tokenizer fix a43f264
can.turan commited on
Update config.json 8dd8a55 verified
Update README.md d4ac05f verified
Upload trmodernbert.webp efcfd05 verified
update model file 446703e
can.turan commited on
update model file 7a6e18c
can.turan commited on