Instructions to use kaanakdeniz/bert_base_uncased_content_textsim with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kaanakdeniz/bert_base_uncased_content_textsim with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="kaanakdeniz/bert_base_uncased_content_textsim")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("kaanakdeniz/bert_base_uncased_content_textsim") model = AutoModelForSequenceClassification.from_pretrained("kaanakdeniz/bert_base_uncased_content_textsim", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
14522a4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3625b6813ff651e980609a9a24fcbc88216d5f479b69a41f36e80da0afb3cb01
size 438018413
|