Sentence Similarity
Transformers
Safetensors
Turkish
modernbert
feature-extraction
mmbert
encoder
turkish
text-embeddings-inference
Instructions to use TFLai/tifilBERT-Base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TFLai/tifilBERT-Base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("TFLai/tifilBERT-Base") model = AutoModel.from_pretrained("TFLai/tifilBERT-Base") - Notebooks
- Google Colab
- Kaggle
Ctrl+K