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