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