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