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") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
4c1aeae | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3901e873ee88249cbc4c25212aec2a223c7aab81ec0e9fbc6d308b7f9de6851a
size 451768393
|