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