Instructions to use jinmang2/textcnn-ko-dialect-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jinmang2/textcnn-ko-dialect-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jinmang2/textcnn-ko-dialect-classifier", trust_remote_code=True)# Load model directly from transformers import AutoModelForSequenceClassification model = AutoModelForSequenceClassification.from_pretrained("jinmang2/textcnn-ko-dialect-classifier", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
400f4d8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b271e8d9541314c9d2343eb49c07ebe39dc1818926bc99383ea70285ad1edac4
size 39135094
|