Instructions to use ssun32/bert_base_nli_turkle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ssun32/bert_base_nli_turkle with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="ssun32/bert_base_nli_turkle")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("ssun32/bert_base_nli_turkle") model = AutoModel.from_pretrained("ssun32/bert_base_nli_turkle", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
4ad551f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e0a4f5334f9cf1a2abfa526b9f31f08b163eeab924a8ba9fb9c026221dcc4cab
size 437936109
|